HomeVyOS Platform

T6221: Return default ip rule values after deleting VRF

Description

T6221: Return default ip rule values after deleting VRF

Fix for restoring default ip rule values after deleting VRF

Defult values:

$ ip rule
0:	from all lookup local
32766:	from all lookup main
32767:	from all lookup default

After adding and deleting a VRF we get unexpected values:

$ ip rule
1000:	from all lookup [l3mdev-table]
2000:	from all lookup [l3mdev-table] unreachable
32765:	from all lookup local
32766:	from all lookup main
32767:	from all lookup default

Details

Provenance
ViacheslavAuthored on Apr 18 2024, 7:23 AM
Parents
rVYOSONEX24c997dee169: Merge pull request #3320 from nicolas-fort/T6191
Branches
Loading...
Tags
Loading...