|
@@ -10,7 +10,12 @@ RIPD_OPTS="-A 127.0.0.1"
|
|
|
RIPNGD_OPTS="-A ::1"
|
|
|
ZEBRA_OPTS="-A 127.0.0.1"
|
|
|
|
|
|
-# Watchquagga configuration
|
|
|
+# Watchquagga configuration for LSB initscripts
|
|
|
+#
|
|
|
+# (Not needed with systemd: the service files are configured to automatically
|
|
|
+# restart any daemon on failure. If zebra fails, all running daemons will be
|
|
|
+# stopped; zebra will be started again; and then the previously running daemons
|
|
|
+# will be started again.)
|
|
|
#
|
|
|
# Uncomment and edit this line to reflect the daemons you are actually using:
|
|
|
#WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
|