diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-04-06 15:54:07 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-04-06 15:54:07 +0200 |
commit | 30be7599a66682384406b1c2170bdf86d90fec26 (patch) | |
tree | fba691ad35d47d0f795bf51490ddf4f8cce4c713 | |
parent | 907ff397189d86ffb110aae330786e1ed2246fb4 (diff) | |
download | vyatta-cfg-qos-30be7599a66682384406b1c2170bdf86d90fec26.tar.gz vyatta-cfg-qos-30be7599a66682384406b1c2170bdf86d90fec26.zip |
Bug #170: add L2TPv3 interface type to QoS template generator.
-rwxr-xr-x | gen-interface-templates.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 32e35b2..90712df 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -45,6 +45,8 @@ my %interface_hash = ( 'openvpn/node.tag' => '$VAR(@)', 'input/node.tag' => '$VAR(@)', + 'l2tpv3/node.tag' => '$VAR(@)', + 'wirelessmodem/node.tag' => '$VAR(@)', 'wireless/node.tag' => '$VAR(@)', 'wireless/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', |