summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-05-15 18:50:07 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-05-15 18:50:07 -0700
commitf6633d6f33cf7c7a05297af4117146a2bc2dbf37 (patch)
tree6c676d9681d47b1d508e37a345f91e6da825f9f0 /gen-interface-templates.pl
parent5140479a897a89fa27139aa430dba94958f7e4c4 (diff)
downloadvyatta-cfg-firewall-f6633d6f33cf7c7a05297af4117146a2bc2dbf37.tar.gz
vyatta-cfg-firewall-f6633d6f33cf7c7a05297af4117146a2bc2dbf37.zip
No need to have vrrp specific interface templates anymore
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index 1d41fa3..3f7a232 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -41,18 +41,12 @@ my %interface_hash = (
'adsl/node.tag/pvc/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)',
'bonding/node.tag' => '$VAR(../../../@)',
- 'bonding/node.tag/vrrp/vrrp-group/node.tag/interface' => '$VAR(../../../../../../@)v$VAR(../../../../@)',
'bonding/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)',
- 'bonding/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/interface' =>
- '$VAR(../../../../../../../@).$VAR(../../../../../../@)v$VAR(../../../../@)',
'ethernet/node.tag' => '$VAR(../../../@)',
'ethernet/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)',
- 'ethernet/node.tag/vrrp/vrrp-group/node.tag/interface' => '$VAR(../../../../../../@)v$VAR(../../../../@)',
'ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)',
'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)',
- 'ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/interface' =>
- '$VAR(../../../../../../../@).$VAR(../../../../../../@)v$VAR(../../../../@)',
'pseudo-ethernet/node.tag' => '$VAR(../../../@)',
'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)',