diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-28 02:57:31 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-05-26 02:38:32 +0200 |
commit | 5feacf4e74e75482c6f71df44f6959ba18548322 (patch) | |
tree | 838bb1d6b18c9ee41c2921ef0a528bc1249a7e9f /redhat | |
parent | pimd assert when no route to source from a new igmp join (diff) | |
download | frr-5feacf4e74e75482c6f71df44f6959ba18548322.tar.xz frr-5feacf4e74e75482c6f71df44f6959ba18548322.zip |
Fixup of redhat control files to properly start pimd
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/quagga.sysconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig index 1621154bb..2092cba2f 100644 --- a/redhat/quagga.sysconfig +++ b/redhat/quagga.sysconfig @@ -8,6 +8,7 @@ OSPFD_OPTS="-A 127.0.0.1" RIPD_OPTS="-A 127.0.0.1" RIPNGD_OPTS="-A ::1" ZEBRA_OPTS="-A 127.0.0.1" +PIMD_OPTS="-A 127.0.0.1" # Watchquagga configuration for LSB initscripts # |