mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +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 );
|
||||
|
||||
my @rule = do_iproto( $proto, $sport, $dport );
|
||||
my @rule = do_iproto( $proto, $dport, $sport );
|
||||
|
||||
unless ( $type =~ /:/ ) {
|
||||
my @rulein;
|
||||
|
Loading…
Reference in New Issue
Block a user