mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 03:10:39 +01:00
Fix 'other' tunnel types
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6241 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
036d54a269
commit
21a71d7b64
@ -97,7 +97,7 @@ sub setup_tunnels() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub setup_one_other {
|
sub setup_one_other {
|
||||||
my ($inchainref, $outchainref, $kind, $source, $dest , $protocol) = @_;
|
my ($inchainref, $outchainref, $source, $dest , $protocol) = @_;
|
||||||
|
|
||||||
add_rule $inchainref , "-p $protocol $source -j ACCEPT";
|
add_rule $inchainref , "-p $protocol $source -j ACCEPT";
|
||||||
add_rule $outchainref , "-p $protocol $dest -j ACCEPT";
|
add_rule $outchainref , "-p $protocol $dest -j ACCEPT";
|
||||||
|
Loading…
Reference in New Issue
Block a user