summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-09 18:13:05 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-09 18:13:05 -0700
commit6833e3541ce45fa75ea320d68175b7cd6baed396 (patch)
treef05ab43452de41b085c18d0f71526a22a97104f3 /gen-interface-templates.pl
parenta04cd0d0ea838e72aa73389eef18ed9aa3246cb8 (diff)
downloadvyatta-cfg-quagga-6833e3541ce45fa75ea320d68175b7cd6baed396.tar.gz
vyatta-cfg-quagga-6833e3541ce45fa75ea320d68175b7cd6baed396.zip
Fix bogus ospf wireless vif nodes
was generating interfaces/wireless/vif instead of interfaces/wireless/node.tag/vif
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index fedd4c63..3b2e39ab 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -35,7 +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(@)',
+ 'wireless/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'pseudo-ethernet/node.tag' => '$VAR(@)',
# 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'bonding/node.tag' => '$VAR(@)',