summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-08-20 13:48:41 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-08-20 13:48:41 -0700
commit4e74f4cde70773874cec5480ab953e47dbd48855 (patch)
tree5f777a4a21637e50ee398c191b4e25609b38e802
parentf3c995b01aadeae6e86f7502d24fdd643a447a6f (diff)
downloadvyatta-cfg-qos-4e74f4cde70773874cec5480ab953e47dbd48855.tar.gz
vyatta-cfg-qos-4e74f4cde70773874cec5480ab953e47dbd48855.zip
Add wireless config
-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 a563d93..57fdd1d 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(@)',