1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-07-09 10:56:58 +02:00

Correct call to dest_iexclusion()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2011-09-19 08:28:29 -07:00
parent e894e15fa1
commit fd1e996fb1

@ -481,6 +481,7 @@ sub setup_netmap() {
j => 'RAWDNAT' , j => 'RAWDNAT' ,
"--to-dest $net2" , "--to-dest $net2" ,
$net1 , $net1 ,
imatch_source_net( $net3 ) ,
@rule , @rule ,
@match @match
); );