summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-12 08:00:04 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-01-12 08:00:04 -0800
commit092a710bbe0ac05607ca9d4417b534597849aaa9 (patch)
treedce90d3674e31cd196e3f0464e9862970d64b8c0 /gen-interface-templates.pl
parent1f8762b9f955bd2b4c024012df783a1d51191a86 (diff)
parent33b8a1ebeb7925890bd744d1bda5f5c6c686c537 (diff)
downloadvyatta-cfg-qos-092a710bbe0ac05607ca9d4417b534597849aaa9.tar.gz
vyatta-cfg-qos-092a710bbe0ac05607ca9d4417b534597849aaa9.zip
Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-qos into kenwood
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index 03133ad..31816aa 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -33,6 +33,7 @@ my %interface_hash = (
'ethernet/node.tag/pppoe/node.tag' => 'pppoe$VAR(@)',
'ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(@)',
+ 'wireless/node.tag' => '$VAR(@)',
'bonding/node.tag' => '$VAR(@)',
'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'pseudo-ethernet/node.tag' => '$VAR(@)',