diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-13 09:28:46 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 11:08:57 +0200 |
commit | ef2c41e084a3bb6dc57db4351a1a863de831181b (patch) | |
tree | 9f264d87cff1603a9e15d2ddb6c99ceb4b34cc85 /gen-interface-templates.pl | |
parent | 44cda97c7558c77d0f028594de8111cccead9075 (diff) | |
download | vyatta-cfg-qos-ef2c41e084a3bb6dc57db4351a1a863de831181b.tar.gz vyatta-cfg-qos-ef2c41e084a3bb6dc57db4351a1a863de831181b.zip |
T2023: add qos macsec interface support
(cherry picked from commit 48c0a742800794ed650aa55c39fc968ca59100ce)
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-x | gen-interface-templates.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 32f0f0e..3745727 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -50,6 +50,7 @@ my %interface_hash = ( 'l2tpv3/node.tag' => '$VAR(@)', 'dummy/node.tag' => '$VAR(@)', + 'macsec/node.tag' => '$VAR(@)', 'wwan/node.tag' => '$VAR(@)', 'wireless/node.tag' => '$VAR(@)', 'wireless/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', |