@@ -1021,9 +1021,9 @@ def test_zone_with_vrf(self):
1021
1021
['chain VYOS_ZONE_FORWARD' ],
1022
1022
['type filter hook forward priority filter + 1' ],
1023
1023
['oifname { "eth1", "eth2" }' , 'counter packets' , 'jump VZONE_ZONE1' ],
1024
- ['oifname "eth0 "' , 'counter packets' , 'jump VZONE_ZONE1' ],
1024
+ ['oifname "VRF-1 "' , 'counter packets' , 'jump VZONE_ZONE1' ],
1025
1025
['oifname "vtun66"' , 'counter packets' , 'jump VZONE_ZONE2' ],
1026
- ['oifname "vti1 "' , 'counter packets' , 'jump VZONE_ZONE2' ],
1026
+ ['oifname "VRF-2 "' , 'counter packets' , 'jump VZONE_ZONE2' ],
1027
1027
['chain VYOS_ZONE_LOCAL' ],
1028
1028
['type filter hook input priority filter + 1' ],
1029
1029
['counter packets' , 'jump VZONE_LOCAL_IN' ],
@@ -1056,9 +1056,9 @@ def test_zone_with_vrf(self):
1056
1056
['chain VYOS_ZONE_FORWARD' ],
1057
1057
['type filter hook forward priority filter + 1' ],
1058
1058
['oifname { "eth1", "eth2" }' , 'counter packets' , 'jump VZONE_ZONE1' ],
1059
- ['oifname "eth0 "' , 'counter packets' , 'jump VZONE_ZONE1' ],
1059
+ ['oifname "VRF-1 "' , 'counter packets' , 'jump VZONE_ZONE1' ],
1060
1060
['oifname "vtun66"' , 'counter packets' , 'jump VZONE_ZONE2' ],
1061
- ['oifname "vti1 "' , 'counter packets' , 'jump VZONE_ZONE2' ],
1061
+ ['oifname "VRF-2 "' , 'counter packets' , 'jump VZONE_ZONE2' ],
1062
1062
['chain VYOS_ZONE_LOCAL' ],
1063
1063
['type filter hook input priority filter + 1' ],
1064
1064
['counter packets' , 'jump VZONE_LOCAL_IN' ],
@@ -1069,7 +1069,7 @@ def test_zone_with_vrf(self):
1069
1069
['counter packets' , 'drop' , 'comment "zone_LOCAL default-action drop"' ],
1070
1070
['chain VZONE_LOCAL_OUT' ],
1071
1071
['oifname "vtun66"' , 'counter packets' , 'jump NAME6_LOCAL_to_ZONE2_v6' ],
1072
- ['oifname "vti1 "' , 'counter packets' , 'jump NAME6_LOCAL_to_ZONE2_v6' ],
1072
+ ['oifname "VRF-2 "' , 'counter packets' , 'jump NAME6_LOCAL_to_ZONE2_v6' ],
1073
1073
['counter packets' , 'drop' , 'comment "zone_LOCAL default-action drop"' ],
1074
1074
['chain VZONE_ZONE1' ],
1075
1075
['iifname { "eth1", "eth2" }' , 'counter packets' , 'return' ],
0 commit comments