summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2014-04-06 15:54:07 +0200
committerDaniil Baturin <daniil@baturin.org>2014-04-06 15:54:07 +0200
commit30be7599a66682384406b1c2170bdf86d90fec26 (patch)
treefba691ad35d47d0f795bf51490ddf4f8cce4c713
parent907ff397189d86ffb110aae330786e1ed2246fb4 (diff)
downloadvyatta-cfg-qos-30be7599a66682384406b1c2170bdf86d90fec26.tar.gz
vyatta-cfg-qos-30be7599a66682384406b1c2170bdf86d90fec26.zip
Bug #170: add L2TPv3 interface type to QoS template generator.
-rwxr-xr-xgen-interface-templates.pl2
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(@)',