summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redhat/daemons4
-rwxr-xr-xredhat/frr.init2
2 files changed, 5 insertions, 1 deletions
diff --git a/redhat/daemons b/redhat/daemons
index e08302cb5c..94d6c72c30 100644
--- a/redhat/daemons
+++ b/redhat/daemons
@@ -45,8 +45,10 @@ ripd=no
ripngd=no
isisd=no
ldpd=no
+pimd=no
nhrpd=no
eigrpd=no
+babeld=no
#
# Command line options for the daemons
#
@@ -58,6 +60,8 @@ ripd_options=("-A 127.0.0.1")
ripngd_options=("-A ::1")
isisd_options=("-A 127.0.0.1")
ldpd_options=("-A 127.0.0.1")
+pimd_options=("-A 127.0.0.1")
nhrpd_options=("-A 127.0.0.1")
eigrpd_options=("-A 127.0.0.1")
+babeld_options=("-A 127.0.0.1")
diff --git a/redhat/frr.init b/redhat/frr.init
index 0a922aab58..cf01e4c6e3 100755
--- a/redhat/frr.init
+++ b/redhat/frr.init
@@ -33,7 +33,7 @@ V_PATH=/var/run/frr
# Local Daemon selection may be done by using /etc/frr/daemons.
# See /usr/share/doc/frr/README.Debian.gz for further information.
# Keep zebra first and do not list watchfrr!
-DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd pimd ldpd nhrpd eigrpd"
+DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd pimd ldpd nhrpd eigrpd babeld"
MAX_INSTANCES=5
RELOAD_SCRIPT=/usr/lib/frr/frr-reload.py