|
Fixed an issue where the GlobalProtect client on Linux devices failed
to correctly route traffic for configured 'include domains' through
the VPN tunnel. Although the client attempted to mark this traffic
for inclusion using `iptables` rules, underlying issues with
`iptables` rule management, specifically related to the
`PANGPSTCHAIN` and the removal of exclude markings, prevented the
traffic from being properly redirected, causing it to bypass the
tunnel and use the physical interface instead.
|