summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_firewall.py
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2025-06-01 23:49:26 -0500
committerIndrajit Raychaudhuri <irc@indrajit.com>2025-06-01 23:52:21 -0500
commitba6f88830e3075c32438787fa897116e0233e086 (patch)
treeb4145abede261cbd6b214346a04d77a12e2eea58 /smoketest/scripts/cli/test_firewall.py
parentb47adae7a3e963bfca3b775f4b84d5121907c76d (diff)
downloadvyos-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-xsmoketest/scripts/cli/test_firewall.py2
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;'],