forked from extern/shorewall_code
Back out chain table partitioning -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7318 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5fabfc4ba4
commit
c5210b923b
@ -129,7 +129,7 @@ our %reservedName = ( all => 1,
|
||||
# Zone Types
|
||||
#
|
||||
use constant { ZT_IPV4 => 1,
|
||||
ZT_IPV6 => 2
|
||||
ZT_IPV6 => 2,
|
||||
ZT_FIREWALL => 3, #ZT_IPV4 + ZT_IPV6
|
||||
ZT_IPSEC => 4,
|
||||
ZT_IPSEC4 => 5, #ZT_IPV4 + ZT_IPSEC
|
||||
|
Loading…
Reference in New Issue
Block a user