diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-09-02 12:01:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 12:01:50 +0100 |
commit | c78c5bd7e65b19e0e50ef6944dc74fb33660ff71 (patch) | |
tree | 8662a3ade15426575ed0280902b566c2b4c204a2 /interface-definitions/include/firewall/common-rule-bridge.xml.i | |
parent | 497863bb45cf9a20ce9e055c8b09f31c75754941 (diff) | |
parent | 8e0e1a99e5510c7575ab8a09145d6b4354692d55 (diff) | |
download | vyos-1x-c78c5bd7e65b19e0e50ef6944dc74fb33660ff71.tar.gz vyos-1x-c78c5bd7e65b19e0e50ef6944dc74fb33660ff71.zip |
Merge pull request #4018 from nicolas-fort/T6647
T6647: firewall. Introduce patch for accepting invalid ARP and DHCP
Diffstat (limited to 'interface-definitions/include/firewall/common-rule-bridge.xml.i')
-rwxr-xr-x[-rw-r--r--] | interface-definitions/include/firewall/common-rule-bridge.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/common-rule-bridge.xml.i b/interface-definitions/include/firewall/common-rule-bridge.xml.i index 9ae28f7be..80088bbec 100644..100755 --- a/interface-definitions/include/firewall/common-rule-bridge.xml.i +++ b/interface-definitions/include/firewall/common-rule-bridge.xml.i @@ -10,6 +10,7 @@ #include <include/firewall/limit.xml.i> #include <include/firewall/log.xml.i> #include <include/firewall/log-options.xml.i> +#include <include/firewall/match-ether-type.xml.i> #include <include/firewall/match-ipsec.xml.i> #include <include/firewall/match-vlan.xml.i> #include <include/firewall/nft-queue.xml.i> |