diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-04-25 14:11:29 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-04-25 14:11:29 -0700 |
commit | 1679d3d3950efab3633641d297ee390e0622e3a3 (patch) | |
tree | 85ac38cd96250c305b44bfb5e02e86afc1153f96 | |
parent | 951e45efbae7a18fd5b554c4a070fb97fce778a2 (diff) | |
download | vyatta-cfg-quagga-1679d3d3950efab3633641d297ee390e0622e3a3.tar.gz vyatta-cfg-quagga-1679d3d3950efab3633641d297ee390e0622e3a3.zip |
Revert "Revert "Hide compliant mode vrrp nodes for oxnard since the syntax will change in the future""
This reverts commit bba45c80f2205826bff8fa7552746b851bdd8c3f.
-rwxr-xr-x | gen-interface-templates.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 713e2044..de0f7d32 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -32,20 +32,20 @@ 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(@)', '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/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(../@)', 'tunnel/node.tag' => '$VAR(@)', 'bridge/node.tag' => '$VAR(@)', 'openvpn/node.tag' => '$VAR(@)', |