]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/functions/functions.routing
vlan: Check if parent device exists before bringing it up
[people/ms/network.git] / src / functions / functions.routing
index c7aac094f11cdca2c4d88abc8a65df4816666425..351cc53b756590eb29d9895fd5f5c1093b7db736 100644 (file)
@@ -80,8 +80,8 @@ routing_default_update() {
                # Remove too much spaces.
                routes=$(echo ${routes})
 
-               # Reload radvd configuration
-               [[ "${proto}" = "ipv6" ]] && radvd_update
+               # Reload bird configuration
+               [[ "${proto}" = "ipv6" ]] && bird_update
 
                # Remove all default routes.
                if [ -z "${routes}" ]; then