summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-03-21 06:47:45 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-03-21 06:47:45 -0700
commit57bebf6fa511c9763aab969717c6a9b97b5909be (patch)
tree616edc8af1e19a2e0972c4027e33bcd0a190486a
parent6c6ee67a86662649c198ef4d57500d1356c92825 (diff)
downloadvyatta-cfg-qos-57bebf6fa511c9763aab969717c6a9b97b5909be.tar.gz
vyatta-cfg-qos-57bebf6fa511c9763aab969717c6a9b97b5909be.zip
Hide vrrp interface node since the syntax will change in the future
-rwxr-xr-xgen-interface-templates.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index 1824fae..52da794 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -31,17 +31,17 @@ 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/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(../@)',
+# 'ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/interface' =>
+# '$VAR(../../../../@).$VAR(../../../@)v$VAR(../@)',
'wireless/node.tag' => '$VAR(@)',
'bonding/node.tag' => '$VAR(@)',
- 'bonding/node.tag/vrrp/vrrp-group/node.tag/interface' => '$VAR(../../../@)v$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(../@)',
+# 'bonding/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(@)',