summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2022-12-23 20:46:57 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2022-12-23 20:51:16 +0100
commite1a6051d6b94476f11fd3513aa1b034043467bfc (patch)
tree2db87f4a2be12688cf7ffeffcd3d7a7fae4dc55a /interface-definitions
parent60c80df479c0798b8832b58b668d31fa6bfeeab8 (diff)
downloadvyos-1x-e1a6051d6b94476f11fd3513aa1b034043467bfc.tar.gz
vyos-1x-e1a6051d6b94476f11fd3513aa1b034043467bfc.zip
firewall: T2199: Add mac-address match to `destination` side
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/include/firewall/common-rule.xml.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/common-rule.xml.i b/interface-definitions/include/firewall/common-rule.xml.i
index 75acefd96..3fe3ca872 100644
--- a/interface-definitions/include/firewall/common-rule.xml.i
+++ b/interface-definitions/include/firewall/common-rule.xml.i
@@ -1,6 +1,14 @@
<!-- include start from firewall/common-rule.xml.i -->
#include <include/firewall/action.xml.i>
#include <include/generic-description.xml.i>
+<node name="destination">
+ <properties>
+ <help>Destination parameters</help>
+ </properties>
+ <children>
+ #include <include/firewall/mac-address.xml.i>
+ </children>
+</node>
<leafNode name="disable">
<properties>
<help>Option to disable firewall rule</help>