diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-07 16:01:42 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-07 16:01:42 -0800 |
commit | 17a77a2161625348b1f1c08b1f1df44471e77ac7 (patch) | |
tree | ae6fa567b1fc4762c1346e33156156a8a79a3182 | |
parent | bc386e3eb25e54452da059484f6acbd2d2f19272 (diff) | |
download | vyatta-cfg-quagga-17a77a2161625348b1f1c08b1f1df44471e77ac7.tar.gz vyatta-cfg-quagga-17a77a2161625348b1f1c08b1f1df44471e77ac7.zip |
Add VIF support for wireless
-rwxr-xr-x | gen-interface-templates.pl | 1 |
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(@)', |