summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-08-20 13:31:22 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-08-20 13:31:22 -0700
commitdf80d89260e1c091c1444dc46605489be8b1522c (patch)
tree6463b5767c1c21528b56054b79411e5b7f6d0b7b
parentfe264d26fb582a23f3bc8221e009592fa0624139 (diff)
downloadvyatta-cfg-quagga-df80d89260e1c091c1444dc46605489be8b1522c.tar.gz
vyatta-cfg-quagga-df80d89260e1c091c1444dc46605489be8b1522c.zip
Generate templates for wirless devices
-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 8a5e12af..30c4cb2a 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -34,6 +34,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(@)',
'pseudo-ethernet/node.tag' => '$VAR(@)',
'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'bonding/node.tag' => '$VAR(@)',