# HG changeset patch # User Franz Glasner # Date 1670429026 -3600 # Node ID 738fe7206eab2c387e568a0f2770e478d0ecbd9f # Parent f98622ae852c65ed55f52c8615f38cc978585578 FIX: Allow emptying of the IPv6 refresh flags diff -r f98622ae852c -r 738fe7206eab etc/periodic/daily/800.local-ipv6-refresh --- a/etc/periodic/daily/800.local-ipv6-refresh Wed Dec 07 09:36:30 2022 +0100 +++ b/etc/periodic/daily/800.local-ipv6-refresh Wed Dec 07 17:03:46 2022 +0100 @@ -26,7 +26,7 @@ # Default configuration variables # : ${daily_local_ipv6_refresh_enable:="NO"} -: ${daily_local_ipv6_refresh_flags:="-n -w2 -q2 -m1 -I"} +: ${daily_local_ipv6_refresh_flags="-n -w2 -q2 -m1 -I"} : ${daily_local_ipv6_refresh_target:="${ipv6_defaultrouter}"} rc=0