summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-05-15 18:56:47 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-05-15 18:56:47 -0700
commit613369d1147dee2c2f9f2714ec8a4943fa5fb086 (patch)
tree720f7296e208cc32316a43e5c2061ff1d7fc3fab
parenta83ae0e455f0955eac217f54cb758721289550d0 (diff)
downloadvyatta-cfg-quagga-613369d1147dee2c2f9f2714ec8a4943fa5fb086.tar.gz
vyatta-cfg-quagga-613369d1147dee2c2f9f2714ec8a4943fa5fb086.zip
No need to genererate vrrp interface templates anymore
-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 713e2044..8cd074ad 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -32,20 +32,14 @@ my %interface_hash = (
'loopback/node.tag' => '$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(../@)',
'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(@)',
'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(../@)',
'tunnel/node.tag' => '$VAR(@)',
'bridge/node.tag' => '$VAR(@)',
'openvpn/node.tag' => '$VAR(@)',