]> git.puffer.fish Git - matthieu/frr.git/commitdiff
'service quagga reload' is no longer experimental
authorDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 1 Sep 2015 16:58:50 +0000 (09:58 -0700)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 1 Sep 2015 16:58:50 +0000 (09:58 -0700)
Ticket: CM-7305
Reviewed By: sharpd@cumulusnetworks.co
Testing Done:

debian/quagga.default
debian/quagga.init.d

index ae1ae129ef9d2e4b6a9ebf622b0867c72bc750ce..687ead4f0f33c7455247c1c9eb6eb7da7bdc564a 100644 (file)
@@ -1,4 +1,2 @@
 MAX_INSTANCES=5
-ENABLE_RELOAD=no
 MAX_FDS=1024
-
index 51bf49039b87c2690c8d3969f2b74a38611840b1..3e745dfc81606721f3d0981c998def65cde4dcd7 100755 (executable)
@@ -518,10 +518,6 @@ case "$1" in
 
     reload)
        # Just apply the commands that have changed, no restart necessary
-        if [ -z "$ENABLE_RELOAD" ] || [ "$ENABLE_RELOAD" != "yes" ]; then
-            echo "Reload is an experimental feature. Set ENABLE_RELOAD to yes in /etc/default/quagga."
-            exit 1
-        fi
        [ ! -x "$RELOAD_SCRIPT" ] && echo "quagga-reload script not available" && exit 0
        NEW_CONFIG_FILE="${2:-$C_PATH/Quagga.conf}"
        [ ! -r $NEW_CONFIG_FILE ] && echo "Unable to read new configuration file $NEW_CONFIG_FILE" && exit 1