diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-05-14 15:39:49 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-05-14 15:39:49 +0200 |
commit | 0356453784136e00639666e53450f465bd3e287f (patch) | |
tree | f3633a1a036319bbb23ba4619e976a399b30f024 /gen-interface-policy-templates.pl | |
parent | f6f195501dc673327c1376036e31f99ef913027f (diff) | |
download | vyatta-cfg-firewall-0356453784136e00639666e53450f465bd3e287f.tar.gz vyatta-cfg-firewall-0356453784136e00639666e53450f465bd3e287f.zip |
Missing comma in gen-interface-templates script interface hash.
Diffstat (limited to 'gen-interface-policy-templates.pl')
-rwxr-xr-x | gen-interface-policy-templates.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-policy-templates.pl b/gen-interface-policy-templates.pl index 30e8dc4..a86c5d6 100755 --- a/gen-interface-policy-templates.pl +++ b/gen-interface-policy-templates.pl @@ -41,7 +41,7 @@ my %interface_hash = ( 'bonding/node.tag/vif-s/node.tag/vif-c/node.tag' => '$VAR(../../../../@).$VAR(../../../@).$VAR(../../@)', 'bonding/node.tag/vif/node.tag' => '$VAR(../../../@).$VAR(../../@)', 'bridge/node.tag' => '$VAR(../../@)', - 'dummy/node.tag' => '$VAR(../../@)' + 'dummy/node.tag' => '$VAR(../../@)', 'ethernet/node.tag' => '$VAR(../../@)', 'ethernet/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../@)', 'ethernet/node.tag/vif-s/node.tag' => '$VAR(../../../@).$VAR(../../@)', |