summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-07 16:01:42 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-07 16:01:42 -0800
commit17a77a2161625348b1f1c08b1f1df44471e77ac7 (patch)
treeae6fa567b1fc4762c1346e33156156a8a79a3182
parentbc386e3eb25e54452da059484f6acbd2d2f19272 (diff)
downloadvyatta-cfg-quagga-17a77a2161625348b1f1c08b1f1df44471e77ac7.tar.gz
vyatta-cfg-quagga-17a77a2161625348b1f1c08b1f1df44471e77ac7.zip
Add VIF support for wireless
-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 f50b0bd1..fedd4c63 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -35,6 +35,7 @@ my %interface_hash = (
'ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(@)',
'wireless/node.tag' => '$VAR(@)',
+ 'wireless/vif/node.tag' => '$VAR(../@).$VAR(@)',
'pseudo-ethernet/node.tag' => '$VAR(@)',
# 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'bonding/node.tag' => '$VAR(@)',