diff options
| author | Carl Byington <carl@five-ten-sg.com> | 2014-11-25 12:31:14 -0800 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-05-03 23:39:57 +0200 |
| commit | ecc741a5f6731b572072b0b34ab20ddf7b3aab76 (patch) | |
| tree | 176f977161592c944f067725342479cac5ab43f8 | |
| parent | 42a80ea39ad481d5dbbfac1589381cb490f768db (diff) | |
| download | vyatta-cfg-firewall-ecc741a5f6731b572072b0b34ab20ddf7b3aab76.tar.gz vyatta-cfg-firewall-ecc741a5f6731b572072b0b34ab20ddf7b3aab76.zip | |
add firewall config for vrrp interfaces
Signed-off-by: Daniil Baturin <daniil@baturin.org>
| -rwxr-xr-x | gen-interface-templates.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index d088891..9f3bc9c 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -47,7 +47,7 @@ my %interface_hash = ( 'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)', 'ethernet/node.tag/vif-s/node.tag' => '$VAR(../../../../@).$VAR(../../../@)', 'ethernet/node.tag/vif-s/node.tag/vif-c/node.tag' => '$VAR(../../../../@).$VAR(../../../@).$VAR(../../@)', - 'ethernet/node.tag/vrrp/vrrp-group/node.tag' => '$VAR(../../../../@)v$VAR(../../../@)', + 'ethernet/node.tag/vrrp/vrrp-group/node.tag' => '$VAR(../../../../../@)v$VAR(../../../@)', 'pseudo-ethernet/node.tag' => '$VAR(../../../@)', 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)', |
