summaryrefslogtreecommitdiffstats
path: root/net/quagga/files/quagga.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/quagga/files/quagga.sh')
-rw-r--r--net/quagga/files/quagga.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/files/quagga.sh b/net/quagga/files/quagga.sh
index 4b2a92a..caef30d 100644
--- a/net/quagga/files/quagga.sh
+++ b/net/quagga/files/quagga.sh
@@ -13,7 +13,7 @@
#
# You may also use next flags to tune startup
#quagga_flags="-d"
-#quagga_daemons="zebra ripd ripng ospfd ospf6d bgpd"
+#quagga_daemons="zebra ripd ripng ospfd ospf6d bgpd isisd"
#
. %%RC_SUBR%%
@@ -33,7 +33,7 @@ stop_postcmd()
quagga_enable=${quagga_enable:-"NO"}
quagga_flags=${quagga_flags:-"-d"}
-quagga_daemons=${quagga_daemons:-"zebra ripd ripng ospfd ospf6d bgpd"}
+quagga_daemons=${quagga_daemons:-"zebra ripd ripng ospfd ospf6d bgpd isisd"}
load_rc_config $name
quagga_cmd=$1
OpenPOWER on IntegriCloud