diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-10 14:15:42 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-10 21:07:05 +0100 |
commit | 66dd6fdbdd6fbe578314c5e2760086b0b7645e44 (patch) | |
tree | 3c40951ab7442f8884da83e11a037be2ccff4575 /ripngd | |
parent | vtysh: Modify -b option to work with -n option (diff) | |
download | frr-66dd6fdbdd6fbe578314c5e2760086b0b7645e44.tar.xz frr-66dd6fdbdd6fbe578314c5e2760086b0b7645e44.zip |
*: Modify protocols to have systemd integration
Modify the daemons to integrate with systemd, if it is enabled via configure,
and to notify systemd that they are running/stopping and to send watch
notifications.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ripngd')
-rw-r--r-- | ripngd/ripng_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index c05da0c9e..6fb0d00ab 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -35,6 +35,7 @@ #include "privs.h" #include "sigevent.h" #include "vrf.h" +#include "systemd.h" #include "ripngd/ripngd.h" |