]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/network
bird: (Re-)generate configuration when network is initialised
[people/ms/network.git] / src / network
index 69d77d58ce021b079da01291a93387375bbdf762..b8f734ea101a62374da742179cd4b88673b5e648 100644 (file)
@@ -1410,6 +1410,9 @@ case "${action}" in
                # Update resolv.conf(5) when initializing the network
                dns_generate_resolvconf
 
+               # Update bird configuration
+               bird_generate_config
+
                # Also execute all triggers
                triggers_execute_all "init"
                ;;