From: Michael Tremer Date: Sun, 16 Dec 2018 17:55:25 +0000 (+0000) Subject: bird: (Re-)generate configuration when network is initialised X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb6b47dcc7d5d541064ad90787ae55df3c3a8453;p=people%2Fstevee%2Fnetwork.git bird: (Re-)generate configuration when network is initialised Signed-off-by: Michael Tremer --- diff --git a/src/network b/src/network index 69d77d58..b8f734ea 100644 --- a/src/network +++ b/src/network @@ -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" ;;