diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-08-20 13:31:22 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-08-20 13:31:22 -0700 |
commit | df80d89260e1c091c1444dc46605489be8b1522c (patch) | |
tree | 6463b5767c1c21528b56054b79411e5b7f6d0b7b | |
parent | fe264d26fb582a23f3bc8221e009592fa0624139 (diff) | |
download | vyatta-cfg-quagga-df80d89260e1c091c1444dc46605489be8b1522c.tar.gz vyatta-cfg-quagga-df80d89260e1c091c1444dc46605489be8b1522c.zip |
Generate templates for wirless devices
-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 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(@)', |