mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 12:20:42 +01:00
Correct typo in Raw.pm
- The OUTPUT chain designator test was using '0' (zero) rather than 'O'. Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1870c281a9
commit
066a017420
@ -260,7 +260,7 @@ sub setup_conntrack() {
|
||||
} else {
|
||||
process_conntrack_rule( undef, undef, $action, $source, $dest, $proto, $ports, $sports, $user, $switch );
|
||||
}
|
||||
} elsif ( $action =~ s/:0$// ) {
|
||||
} elsif ( $action =~ s/:O$// ) {
|
||||
process_conntrack_rule( $raw_table->{OUTPUT}, undef, $action, $source, $dest, $proto, $ports, $sports, $user, $switch );
|
||||
} elsif ( $action =~ s/:OP// || $action =~ s/:PO// ) {
|
||||
process_conntrack_rule( $raw_table->{PREROUTING}, undef, $action, $source, $dest, $proto, $ports, $sports, $user, $switch );
|
||||
|
Loading…
Reference in New Issue
Block a user