summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index a563d93..03133ad 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -36,12 +36,14 @@ my %interface_hash = (
'bonding/node.tag' => '$VAR(@)',
'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'pseudo-ethernet/node.tag' => '$VAR(@)',
- 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
+# 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'tunnel/node.tag' => '$VAR(@)',
'bridge/node.tag' => '$VAR(@)',
'openvpn/node.tag' => '$VAR(@)',
'wirelessmodem/node.tag' => '$VAR(@)',
+ 'wireless/node.tag' => '$VAR(@)',
+ 'wireless/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'multilink/node.tag/vif/node.tag' => '$VAR(../@)',
'adsl/node.tag/pvc/node.tag/bridged-ethernet' => '$VAR(../../@)',