From 3220c8017e91e5661f212a8215c58a6ad5359986 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 6 Apr 2016 12:45:59 -0500 Subject: Clarify log when skipping v6 bogons update. --- src/etc/rc.update_bogons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.1