summaryrefslogtreecommitdiff
path: root/gen-interface-policy-templates.pl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-13 09:31:56 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-13 11:08:03 +0200
commit26a73724f8a4448ed63ea5bee4e04f27a00008c9 (patch)
tree92afadf60fc6dfb021bbc231e73f66379ac628d1 /gen-interface-policy-templates.pl
parent0576de7562ee61c5b9d18d824ff6453b225c6811 (diff)
downloadvyatta-cfg-firewall-26a73724f8a4448ed63ea5bee4e04f27a00008c9.tar.gz
vyatta-cfg-firewall-26a73724f8a4448ed63ea5bee4e04f27a00008c9.zip
T2023: add macsec interface firewall support
(cherry picked from commit 44f91525cc72a26b365bb24cab22344bc5e06540)
Diffstat (limited to 'gen-interface-policy-templates.pl')
-rwxr-xr-xgen-interface-policy-templates.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-interface-policy-templates.pl b/gen-interface-policy-templates.pl
index b4ab55f..7d95559 100755
--- a/gen-interface-policy-templates.pl
+++ b/gen-interface-policy-templates.pl
@@ -49,6 +49,7 @@ my %interface_hash = (
'input/node.tag' => '$VAR(../../@)',
'l2tpv3/node.tag' => '$VAR(../../@)',
'multilink/node.tag/vif/node.tag' => '$VAR(../../../@)',
+ 'macsec/node.tag' => '$VAR(../../@)',
'openvpn/node.tag' => '$VAR(../../@)',
'pppoe/node.tag' => '$VAR(../../@)',
'pseudo-ethernet/node.tag' => '$VAR(../../@)',