]> git.ipfire.org Git - network.git/blobdiff - src/functions/functions.route
bird: Make sure the daemon is always running
[network.git] / src / functions / functions.route
index e6ea2441ef0a69c10dda0a10c7808eab7912425d..b8338222556c8b2fa3e63a0c78346ca8586c5fa1 100644 (file)
@@ -393,11 +393,8 @@ route_parse_line() {
 }
 
 route_apply() {
-       # Re-generate BIRD configuration
-       bird_generate_config
-
-       # Reload the daemon
-       bird_reload
+       # Update bird
+       bird_update
 }
 
 route_entry_add() {