mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-21 13:09:01 +01:00
Correct definition of RFC1918 networks
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6326 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ef836d7096
commit
f442e82886
@ -71,7 +71,7 @@ our @allipv4 = ( '0.0.0.0/0' );
|
|||||||
|
|
||||||
use constant { ALLIPv4 => '0.0.0.0/0' };
|
use constant { ALLIPv4 => '0.0.0.0/0' };
|
||||||
|
|
||||||
our @rfc1918_networks = ( "10.0.0.0/24", "172.16.0.0/12", "192.168.0.0/16" );
|
our @rfc1918_networks = ( "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16" );
|
||||||
|
|
||||||
our $line = ''; # Current config file line
|
our $line = ''; # Current config file line
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user