diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-07-12 03:36:41 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-07-12 03:36:41 +0200 |
commit | 619500fd7ef0646315f2124716834c35cb482c69 (patch) | |
tree | 949dc514d96eb3733cf46a7c67666520f9562e2b /redhat/daemons | |
parent | Merge pull request #773 from qlyoung/log-fix-3.0 (diff) | |
download | frr-619500fd7ef0646315f2124716834c35cb482c69.tar.xz frr-619500fd7ef0646315f2124716834c35cb482c69.zip |
redhat: Add missing pimd to daemon config file
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | redhat/daemons | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/daemons b/redhat/daemons index 6c8cf7e34..f5f4cad88 100644 --- a/redhat/daemons +++ b/redhat/daemons @@ -45,6 +45,7 @@ ripd=no ripngd=no isisd=no ldpd=no +pimd=no nhrpd=no # # Command line options for the daemons @@ -57,5 +58,6 @@ 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") |