From 9b98679c257a2ae61d11435028160ae85eedcb80 Mon Sep 17 00:00:00 2001 From: Nataliia Solomko Date: Thu, 28 May 2026 15:12:24 +0300 Subject: vrf: T8936: Specify `pref 1998` when deleting fwmark routing rules on VRF removal --- python/vyos/defaults.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index 22aa1f62a..5829b859f 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -110,3 +110,8 @@ activation_hint = os.path.join(directories['data'], '.activation_hint') config_sync_exclusion_list = os.path.join( directories['data'], 'config-sync-exclude.json' ) + +# IP rule priority for WireGuard fwmark-based VRF routing rules. +# Sits between the l3mdev rule (1000) and the l3mdev unreachable rule (2000), +# ensuring fwmark-tagged tunnel packets are routed into the correct VRF table. +wireguard_fwmark_pref = '1998' -- cgit v1.2.3