summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_firewall.py
diff options
context:
space:
mode:
authoropswill <root@opswill.com>2024-12-13 11:25:01 +0800
committeropswill <root@opswill.com>2024-12-13 15:50:06 +0800
commitc94dabede31447f3d1eaded08b448f944087539d (patch)
tree3e150b9627e64e009470cacaab755058d5aaf0c4 /smoketest/scripts/cli/test_firewall.py
parent4221687fc7a0482b13a79358f9b0d085ec0835f6 (diff)
downloadvyos-1x-c94dabede31447f3d1eaded08b448f944087539d.tar.gz
vyos-1x-c94dabede31447f3d1eaded08b448f944087539d.zip
T6918: Accept invalid PPPoE Session in stateful bridge firewall.
Diffstat (limited to 'smoketest/scripts/cli/test_firewall.py')
-rwxr-xr-xsmoketest/scripts/cli/test_firewall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_firewall.py b/smoketest/scripts/cli/test_firewall.py
index 2d18f0495..6420afa38 100755
--- a/smoketest/scripts/cli/test_firewall.py
+++ b/smoketest/scripts/cli/test_firewall.py
@@ -765,6 +765,7 @@ 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 0x8864', 'accept'],
['chain VYOS_PREROUTING_filter'],
['type filter hook prerouting priority filter; policy accept;'],
['ip6 daddr @A6_AGV6', 'notrack'],