]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.bird
Do not try to start Bird during boot process
[people/stevee/network.git] / src / functions / functions.bird
index 1bbac8cd3081c72c685ab0ef43ab9e72080a52db..55d43b58619aca58d2f96781925c81c87c3248e6 100644 (file)
@@ -33,20 +33,6 @@ bird_reload() {
        service_reload "bird.service"
 }
 
-bird_enable() {
-       # Generate configuration file
-       if ! bird_generate_config; then
-               log ERROR "Could not write Bird configuration"
-               return ${EXIT_ERROR}
-       fi
-
-       # Enable the service to be automatically started next time
-       service_enable "bird.service"
-
-       # Start it now
-       bird_start
-}
-
 # Update configuration any apply it in one go
 bird_update() {
        if ! bird_generate_config; then