]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Adjust nhg handling for dataplane result off on shutdown
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 4 Oct 2019 20:48:20 +0000 (16:48 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:44 +0000 (11:13 -0400)
commit177e711dfc119098e982cc3d16d4a6bd123a77a6
tree08590c3e415750616e0e3b42ef690e0e4d7531d8
parent724583edaddffda86498967ba51297fa6adcb653
zebra: Adjust nhg handling for dataplane result off on shutdown

Now with this patch we can't use shutdown for cleanup:

```
commit 2fc69f03d2f49fcf34948e82e865cd302ae08da0 (pr_5079)
Author: Mark Stapp <mjs@voltanet.io>
Date:   Fri Sep 27 12:15:34 2019 -0400

    zebra: during shutdown processing, drop dplane results

    Don't process dataplane results in zebra during shutdown (after
    sigint has been seen). The dplane continues to run in order to
    clean up, but zebra main just drops results.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
```

Adjusted nhg uninstall handling to clear data and other
cleanup before sending to the dataplane.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_nhg.c