diff options
Diffstat (limited to 'tests/integration/targets/vyos_firewall_interfaces/1')
-rw-r--r-- | tests/integration/targets/vyos_firewall_interfaces/1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/targets/vyos_firewall_interfaces/1 b/tests/integration/targets/vyos_firewall_interfaces/1 index 70ae90f..628ada5 100644 --- a/tests/integration/targets/vyos_firewall_interfaces/1 +++ b/tests/integration/targets/vyos_firewall_interfaces/1 @@ -6,11 +6,11 @@ merged: commands: - "set interfaces ethernet eth1 firewall in name 'INBOUND'" - "set interfaces ethernet eth1 firewall out name 'OUTBOUND'" - - "set interfaces ethernet eth1 firewall local name 'LOCAL'" + - "set interfaces ethernet eth1 firewall local name 'LOCAL'" - "set interfaces ethernet eth1 firewall local ipv6-name 'V6-LOCAL'" - "set interfaces ethernet eth3 firewall in name 'INBOUND'" - "set interfaces ethernet eth3 firewall out name 'OUTBOUND'" - - "set interfaces ethernet eth3 firewall local name 'LOCAL'" + - "set interfaces ethernet eth3 firewall local name 'LOCAL'" - "set interfaces ethernet eth3 firewall local ipv6-name 'V6-LOCAL'" after: |