From a7c519674c97e53c6b819778e3a601ca7d56cc99 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Tue, 3 Feb 2026 14:23:46 -0700 Subject: [PATCH] changed route table to 1005 --- src/vpn_manager_globalprotect/vpnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpn_manager_globalprotect/vpnc.py b/src/vpn_manager_globalprotect/vpnc.py index 4199ac4..856531c 100644 --- a/src/vpn_manager_globalprotect/vpnc.py +++ b/src/vpn_manager_globalprotect/vpnc.py @@ -46,7 +46,7 @@ class Config: vpnd_uplink_table_id: str | None vpnd_enforce_split_tunnel: bool - split_enforcement_table = 900 + split_enforcement_table = 1005 # This is well below what systemd-networkd will use by default, so these rules will take precedence. # Access through the non-private property for auto-incrementing!!! _routingpolicyrule_prio = 16000