diff options
author | opswill <will@nixops.org> | 2025-06-05 12:04:10 +0800 |
---|---|---|
committer | opswill <will@nixops.org> | 2025-06-05 12:25:21 +0800 |
commit | bfdba4079b0a76a8c578277adae3f36add832b41 (patch) | |
tree | 6d384cc0f8c239157a82db479e2d8ee5109d8693 /smoketest/scripts/cli/test_firewall.py | |
parent | a711ceb80158a1dcdeecd1570ca705684d636327 (diff) | |
download | vyos-1x-bfdba4079b0a76a8c578277adae3f36add832b41.tar.gz vyos-1x-bfdba4079b0a76a8c578277adae3f36add832b41.zip |
T7523: firewall: Accepting invalid traffic for pppoe discovery and wol
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 0b2287f74..2d850dfdf 100755 --- a/smoketest/scripts/cli/test_firewall.py +++ b/smoketest/scripts/cli/test_firewall.py @@ -785,7 +785,9 @@ class TestFirewall(VyOSUnitTestSHIM.TestCase): ['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 0x8863', 'accept'], ['ct state invalid', 'ether type 0x8864', 'accept'], + ['ct state invalid', 'ether type 0x0842', 'accept'], ['chain VYOS_PREROUTING_filter'], ['type filter hook prerouting priority filter; policy accept;'], ['ip6 daddr @A6_AGV6', 'notrack'], |