From 8dbc3c5e67cc1fd043a78dd3446a1a733ebd814f Mon Sep 17 00:00:00 2001 From: Nataliia Solomko Date: Fri, 13 Jun 2025 12:20:40 +0300 Subject: firewall: T6951: Add a configuration command for ethertypes that bridge firewalls should always accept --- .../include/firewall/global-options.xml.i | 49 ++++++++++++++++++++-- .../include/version/firewall-version.xml.i | 2 +- 2 files changed, 46 insertions(+), 5 deletions(-) (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 794da4f9d..e19f3a7c5 100644 --- a/interface-definitions/include/firewall/global-options.xml.i +++ b/interface-definitions/include/firewall/global-options.xml.i @@ -49,12 +49,53 @@ Apply configured firewall rules to traffic switched by bridges - + - Accept ARP, 802.1q, 802.1ad, DHCP, PPPoE and WoL despite being marked as invalid connections - + Accept connections despite they are marked as invalid - + + + + Ethernet type + + arp dhcp pppoe 802.1q 802.1ad pppoe-discovery wol + + + arp + Adress Resolution Protocol (ARP) + + + dhcp + Dynamic Host Configuration Protocol (DHCP) + + + pppoe + Point to Point over Ethernet (PPPoE) Session + + + pppoe-discovery + PPPoE Discovery + + + 802.1q + Customer VLAN tag type (802.1Q) + + + 802.1ad + Service VLAN tag type (802.1ad) + + + wol + Wake-on-LAN magic packet + + + (arp|dhcp|pppoe|pppoe-discovery|802.1q|802.1ad|wol) + + + + + + Apply configured IPv4 firewall rules diff --git a/interface-definitions/include/version/firewall-version.xml.i b/interface-definitions/include/version/firewall-version.xml.i index 1a8098297..1f3b779d5 100644 --- a/interface-definitions/include/version/firewall-version.xml.i +++ b/interface-definitions/include/version/firewall-version.xml.i @@ -1,3 +1,3 @@ - + -- cgit v1.2.3