diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2025-06-01 23:49:26 -0500 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2025-06-01 23:52:21 -0500 |
commit | ba6f88830e3075c32438787fa897116e0233e086 (patch) | |
tree | b4145abede261cbd6b214346a04d77a12e2eea58 /smoketest/scripts/cli/test_firewall.py | |
parent | b47adae7a3e963bfca3b775f4b84d5121907c76d (diff) | |
download | vyos-1x-ba6f88830e3075c32438787fa897116e0233e086.tar.gz vyos-1x-ba6f88830e3075c32438787fa897116e0233e086.zip |
T7512: Update smoketest for invalid traffic for VLAN aware bridge
Diffstat (limited to 'smoketest/scripts/cli/test_firewall.py')
-rwxr-xr-x | smoketest/scripts/cli/test_firewall.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_firewall.py b/smoketest/scripts/cli/test_firewall.py index bbe4de9df..0b2287f74 100755 --- a/smoketest/scripts/cli/test_firewall.py +++ b/smoketest/scripts/cli/test_firewall.py @@ -783,6 +783,8 @@ class TestFirewall(VyOSUnitTestSHIM.TestCase): ['type filter hook output priority filter; policy accept;'], ['ct state invalid', 'udp sport 67', 'udp dport 68', 'accept'], ['ct state invalid', 'ether type arp', 'accept'], + ['ct state invalid', 'ether type 8021q', 'accept'], + ['ct state invalid', 'ether type 8021ad', 'accept'], ['ct state invalid', 'ether type 0x8864', 'accept'], ['chain VYOS_PREROUTING_filter'], ['type filter hook prerouting priority filter; policy accept;'], |