From b47adae7a3e963bfca3b775f4b84d5121907c76d Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Sun, 1 Jun 2025 23:32:13 -0500 Subject: T7512: firewall: Modify accepting invalid traffic for VLAN aware bridge Allow accepting invalid packets for ethernet types `8021q` and `8021ad` in addition to ARP and UDP types so that stateful bridge firewall works for VLAN-aware bridges in addition to regular bridges. --- interface-definitions/include/firewall/global-options.xml.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/firewall/global-options.xml.i b/interface-definitions/include/firewall/global-options.xml.i index 7393ff5c9..01ea16bc6 100644 --- a/interface-definitions/include/firewall/global-options.xml.i +++ b/interface-definitions/include/firewall/global-options.xml.i @@ -51,7 +51,7 @@ - Accept ARP, DHCP and PPPoE despite they are marked as invalid connection + Accept ARP, 802.1q, 802.1ad, DHCP and PPPoE despite being marked as invalid connections -- cgit v1.2.3