summaryrefslogtreecommitdiff
path: root/gen-interface-policy-templates.pl
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-07-24 09:36:35 +0200
committerDaniil Baturin <daniil@baturin.org>2018-07-24 09:36:35 +0200
commit2e322c7a839ceac87fe03fb75e180e882e0bc5f7 (patch)
tree7f13f5425ef27a9f641a786154dc98397053b466 /gen-interface-policy-templates.pl
parent1f010c0a0d4ae6e4f37d9f71d0e97df2fc44b999 (diff)
downloadvyatta-cfg-firewall-2e322c7a839ceac87fe03fb75e180e882e0bc5f7.tar.gz
vyatta-cfg-firewall-2e322c7a839ceac87fe03fb75e180e882e0bc5f7.zip
T666: remove the firewall option from the old VRRP CLI.
If left in place, it will create incorrect command definition tree when vyatta-vrrp is removed and cause config loading errors.
Diffstat (limited to 'gen-interface-policy-templates.pl')
-rwxr-xr-xgen-interface-policy-templates.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/gen-interface-policy-templates.pl b/gen-interface-policy-templates.pl
index a86c5d6..ed5ff22 100755
--- a/gen-interface-policy-templates.pl
+++ b/gen-interface-policy-templates.pl
@@ -48,7 +48,6 @@ my %interface_hash = (
'ethernet/node.tag/vif-s/node.tag/vif-c/node.tag' => '$VAR(../../../../@).$VAR(../../../@).$VAR(../../@)',
'ethernet/node.tag/vif/node.tag' => '$VAR(../../../@).$VAR(../../@)',
'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../@)',
- 'ethernet/node.tag/vrrp/vrrp-group/node.tag' => '$VAR(../../../../@)v$VAR(../../@)',
'input/node.tag' => '$VAR(../../@)',
'l2tpv3/node.tag' => '$VAR(../../@)',
'multilink/node.tag/vif/node.tag' => '$VAR(../../../@)',