diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index 1a23a28c0..51ffdaadd 100644 --- a/Shorewall/Perl/Shorewall/Nat.pm +++ b/Shorewall/Perl/Shorewall/Nat.pm @@ -177,6 +177,8 @@ sub process_one_masq( ) if ( $addresses =~ /^SAME/ ) { fatal_error "The SAME target is no longer supported"; + } elsif ( $addresses eq 'CONTINUE' ) { + $target = 'ACCEPT'; } elsif ( $addresses eq 'detect' ) { my $variable = get_interface_address $interface; $target = "SNAT --to-source $variable"; diff --git a/Shorewall/manpages/shorewall.conf.xml b/Shorewall/manpages/shorewall.conf.xml index d47f37cfe..bc010f3d8 100644 --- a/Shorewall/manpages/shorewall.conf.xml +++ b/Shorewall/manpages/shorewall.conf.xml @@ -720,7 +720,7 @@ net all DROP infothen the chain name is 'net2all' Added in Shorewall 4.5.4. Specifies the pathname of the directory containing the GeoIP Match database. See http://www.shorewall.net/ISOCODES.html. + url="http://www.shorewall.net/ISO-3661.html">http://www.shorewall.net/ISO-3661.html. If not specified, the default value is /usr/share/xt_geoip/LE which is the default location of the little-endian database. diff --git a/Shorewall6/manpages/shorewall6.conf.xml b/Shorewall6/manpages/shorewall6.conf.xml index 37d7c5308..7f7d38de0 100644 --- a/Shorewall6/manpages/shorewall6.conf.xml +++ b/Shorewall6/manpages/shorewall6.conf.xml @@ -629,7 +629,7 @@ net all DROP infothen the chain name is 'net2all' Added in Shorewall 4.5.4. Specifies the pathname of the directory containing the GeoIP Match database. See http://www.shorewall.net/ISOCODES.html. + url="http://www.shorewall.net/ISO-3661.html">http://www.shorewall.net/ISO-3661.html. If not specified, the default value is /usr/share/xt_geoip/LE which is the default location of the little-endian database.