diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-05-15 18:50:07 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-05-15 18:50:07 -0700 |
commit | f6633d6f33cf7c7a05297af4117146a2bc2dbf37 (patch) | |
tree | 6c676d9681d47b1d508e37a345f91e6da825f9f0 /gen-interface-templates.pl | |
parent | 5140479a897a89fa27139aa430dba94958f7e4c4 (diff) | |
download | vyatta-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-x | gen-interface-templates.pl | 6 |
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(../../../@)', |