summaryrefslogtreecommitdiffstats
path: root/src
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:46:26 -0500
commit3220c8017e91e5661f212a8215c58a6ad5359986 (patch)
treea09faff606ef2a504652503aa32d82a2a0f5e7ee /src
parentbf408592998ba3e42da47e552c91b6c84c265657 (diff)
downloadpfsense-3220c8017e91e5661f212a8215c58a6ad5359986.zip
pfsense-3220c8017e91e5661f212a8215c58a6ad5359986.tar.gz
Clarify log when skipping v6 bogons update.
Diffstat (limited to 'src')
-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