From: Michael Tremer Date: Thu, 26 Jan 2017 13:25:25 +0000 (+0000) Subject: Revert "Only call radvd_update if a zone contains an IPv6." X-Git-Tag: 009~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c55044b990042e63961b702154fa40402015775;p=network.git Revert "Only call radvd_update if a zone contains an IPv6." This reverts commit 6325e3ccbfb73c8ee428b349eacbfc6de19dec47 as requested by the author. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.routing b/src/functions/functions.routing index 4824f345..c7aac094 100644 --- a/src/functions/functions.routing +++ b/src/functions/functions.routing @@ -81,9 +81,7 @@ routing_default_update() { routes=$(echo ${routes}) # Reload radvd configuration - if [[ "${proto}" = "ipv6" ]] && db_exists "${zone}/ipv6"; then - radvd_update - fi + [[ "${proto}" = "ipv6" ]] && radvd_update # Remove all default routes. if [ -z "${routes}" ]; then