]> git.ipfire.org Git - people/ms/network.git/commitdiff
bird: (Re-)generate configuration when network is initialised
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Dec 2018 17:55:25 +0000 (17:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Dec 2018 17:55:25 +0000 (17:55 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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"
                ;;