summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.update_bogons.sh
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-04-06 12:45:59 -0500
committerChris Buechler <cmb@pfsense.org>2016-04-06 12:45:59 -0500
commit06ac4c7fd0abec98b5ca3fcc2345552c04563692 (patch)
tree6daecabcf7060c37258a9a22cb95188fbcb25f9f /src/etc/rc.update_bogons.sh
parent16897690af9eb7c1f66ee12da121b64167c09941 (diff)
downloadpfsense-06ac4c7fd0abec98b5ca3fcc2345552c04563692.zip
pfsense-06ac4c7fd0abec98b5ca3fcc2345552c04563692.tar.gz
Clarify log when skipping v6 bogons update.
Diffstat (limited to 'src/etc/rc.update_bogons.sh')
-rwxr-xr-xsrc/etc/rc.update_bogons.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc.update_bogons.sh b/src/etc/rc.update_bogons.sh
index 85cb7df..493ce76 100755
--- a/src/etc/rc.update_bogons.sh
+++ b/src/etc/rc.update_bogons.sh
@@ -128,7 +128,7 @@ if [ "$BOGON_V4_CKSUM" = "$ON_DISK_V4_CKSUM" ] || [ "$BOGON_V6_CKSUM" = "$ON_DIS
else
if [ $ENTRIES_MAX -gt $((2*ENTRIES_TOT+LINES_V6)) ]; then
egrep -iv "^fc00::/7" /tmp/bogonsv6 > /etc/bogonsv6
- echo "Bogons V6 file downloaded but not updating IPv6 bogons table because IPv6 Allow is off" | logger
+ echo "Bogons V6 file downloaded but not updating IPv6 bogons table because it is not in use." | logger
else
echo "Not saving IPv6 bogons table (IPv6 Allow is off and table-entries limit is potentially too low)" | logger
fi
OpenPOWER on IntegriCloud