diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-07-02 12:22:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 12:22:44 -0400 |
| commit | 7799deeed641276f659925b2bae2770eadbb6f08 (patch) | |
| tree | 4eeb58137f9b942e3b5bd1379600741dcd85f64f /bfdd/bfdd.c | |
| parent | 681a1983809829e934f4eb320c3b40081be694b2 (diff) | |
| parent | a1e0142dced66e806586856b969fd81e19c9756e (diff) | |
Merge pull request #6437 from opensourcerouting/bfd-profiles-bgp
bfdd,bgpd: profiles integration support
Diffstat (limited to 'bfdd/bfdd.c')
| -rw-r--r-- | bfdd/bfdd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfdd/bfdd.c b/bfdd/bfdd.c index 258f074e8c..6b8f2c5d46 100644 --- a/bfdd/bfdd.c +++ b/bfdd/bfdd.c @@ -63,6 +63,8 @@ static void sigusr1_handler(void) static void sigterm_handler(void) { + bglobal.bg_shutdown = true; + /* Signalize shutdown. */ frr_early_fini(); |
