diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-06-09 11:28:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-09 11:28:46 +0300 |
| commit | 6c8054a9ad223de9aba3646ef8a041c1f8f16839 (patch) | |
| tree | 23d9126b6dac615b319645de9c14ede042b2de33 /data | |
| parent | b3ebf8f81afc0c4ceddd11c28421971b7b44fe69 (diff) | |
| parent | bfdba4079b0a76a8c578277adae3f36add832b41 (diff) | |
| download | vyos-1x-6c8054a9ad223de9aba3646ef8a041c1f8f16839.tar.gz vyos-1x-6c8054a9ad223de9aba3646ef8a041c1f8f16839.zip | |
Merge pull request #4544 from opswill/firewall-feature
T7523: firewall: Accepting invalid traffic for pppoe discovery and wol
Diffstat (limited to 'data')
| -rwxr-xr-x | data/templates/firewall/nftables.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/firewall/nftables.j2 b/data/templates/firewall/nftables.j2 index f5cd801e4..bf051bb57 100755 --- a/data/templates/firewall/nftables.j2 +++ b/data/templates/firewall/nftables.j2 @@ -416,7 +416,9 @@ table bridge vyos_filter { ct state invalid ether type arp counter accept ct state invalid ether type 8021q counter accept ct state invalid ether type 8021ad counter accept + ct state invalid ether type 0x8863 counter accept ct state invalid ether type 0x8864 counter accept + ct state invalid ether type 0x0842 counter accept {% endif %} {% endif %} {% if global_options.state_policy is vyos_defined %} |
