summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgen-interface-templates.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index dab604a8..7f0fb818 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -29,23 +29,11 @@ my $debug = $ENV{'DEBUG'};
# Mapping from configuration level to ifname used AT THAT LEVEL
my %interface_hash = (
- 'ethernet/node.tag' => '$VAR(@)',
- 'ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
- 'ethernet/node.tag/vif-s/node.tag' => '$VAR(../@).$VAR(@)',
- 'ethernet/node.tag/vif-s/node.tag/vif-c/node.tag' => '$VAR(../../@).$VAR(../@).$VAR(@)',
- 'wireless/node.tag' => '$VAR(@)',
- 'wireless/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-s/node.tag' => '$VAR(../@).$VAR(@)',
'pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag' => '$VAR(../../@).$VAR(../@).$VAR(@)',
- 'bonding/node.tag' => '$VAR(@)',
- 'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
- 'bonding/node.tag/vif-s/node.tag' => '$VAR(../@).$VAR(@)',
- 'bonding/node.tag/vif-s/node.tag/vif-c/node.tag' => '$VAR(../../@).$VAR(../@).$VAR(@)',
'tunnel/node.tag' => '$VAR(@)',
- 'bridge/node.tag' => '$VAR(@)',
- 'vxlan/node.tag' => '$VAR(@)',
);
# Hash table to check if the priority needs to set @ root