diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-12-18 11:17:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 11:17:33 +0000 |
commit | 60743702bf2f2c4bdbf7402baa4e66a1e4f8ec38 (patch) | |
tree | 1cda798f6d3f22c0e3f37710683ab0988fe71a9a /smoketest | |
parent | e0c6262a7e564f1be54020606ae32de74e9b016a (diff) | |
parent | 833d5866b69dc346d8127845f32ebdcf9b647e59 (diff) | |
download | vyos-1x-60743702bf2f2c4bdbf7402baa4e66a1e4f8ec38.tar.gz vyos-1x-60743702bf2f2c4bdbf7402baa4e66a1e4f8ec38.zip |
Merge pull request #4236 from opswill/current
T6918: Accept invalid PPPoE Session in stateful bridge firewall.
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/scripts/cli/test_firewall.py | 1 |
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'], |