Remove 10.0.0.0/8 from RESERVED_IPS

Leave in PRIVATE_IPS where it belongs.
This commit is contained in:
Phil Whineray 2012-03-30 23:20:29 +01:00
parent c78a372dcf
commit 7259383401

@ -618,7 +618,7 @@ load_ips() {
# Optimized (CIDR) by Marc 'HE' Brockschmidt <marc@marcbrockschmidt.de>
# Further optimized and reduced by http://www.vergenet.net/linux/aggregate/
# The supplied get-iana.sh uses 'aggregate-flim' if it finds it in the path.
RESERVED_IPS="0.0.0.0/8 10.0.0.0/8 127.0.0.0/8 240.0.0.0/4 "
RESERVED_IPS="0.0.0.0/8 127.0.0.0/8 240.0.0.0/4 "
#load_ips RESERVED_IPS "${RESERVED_IPS}" 90 "Run the supplied get-iana.sh script to generate this file." require-file
load_ips RESERVED_IPS "${RESERVED_IPS}" 0