mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-09 14:29:20 +01:00
Correct port order in the netmap file.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c2bcb08483
commit
e01276225c
@ -417,7 +417,7 @@ sub setup_netmap() {
|
|||||||
|
|
||||||
fatal_error "Unknown interface ($interface)" unless my $interfaceref = known_interface( $interface );
|
fatal_error "Unknown interface ($interface)" unless my $interfaceref = known_interface( $interface );
|
||||||
|
|
||||||
my @rule = do_iproto( $proto, $sport, $dport );
|
my @rule = do_iproto( $proto, $dport, $sport );
|
||||||
|
|
||||||
unless ( $type =~ /:/ ) {
|
unless ( $type =~ /:/ ) {
|
||||||
my @rulein;
|
my @rulein;
|
||||||
|
Loading…
Reference in New Issue
Block a user