diff options
author | Yuxiang Zhu <vfreex@gmail.com> | 2021-09-24 12:17:52 +0000 |
---|---|---|
committer | Yuxiang Zhu <vfreex@gmail.com> | 2021-09-24 20:27:18 +0800 |
commit | 3564228f83cb091306ec333fb1d7548a0f49290d (patch) | |
tree | c7f31ab92e0d9216580eec72e418d101212283cf /gen-interface-policy-templates.pl | |
parent | ec3cd527e0b6bc25d860b2605441d2f06e5600c4 (diff) | |
download | vyatta-cfg-firewall-3564228f83cb091306ec333fb1d7548a0f49290d.tar.gz vyatta-cfg-firewall-3564228f83cb091306ec333fb1d7548a0f49290d.zip |
T3115: Add firewall options for bridge vifs
Diffstat (limited to 'gen-interface-policy-templates.pl')
-rwxr-xr-x | gen-interface-policy-templates.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-interface-policy-templates.pl b/gen-interface-policy-templates.pl index 7d95559..e744c39 100755 --- a/gen-interface-policy-templates.pl +++ b/gen-interface-policy-templates.pl @@ -41,6 +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(../../@)', + 'bridge/node.tag/vif/node.tag' => '$VAR(../../../@).$VAR(../../@)', 'dummy/node.tag' => '$VAR(../../@)', 'ethernet/node.tag' => '$VAR(../../@)', 'ethernet/node.tag/vif-s/node.tag' => '$VAR(../../../@).$VAR(../../@)', |