]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_dplane.c
zebra: notify data plane providers about shutdown
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 17 Apr 2020 15:14:37 +0000 (12:14 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 17 Apr 2020 23:18:58 +0000 (20:18 -0300)
commit6ba8db2186790da961c6d65d2bca66a8e9495090
treef179943ce1361d3ac82dcf78b2697a1fd5fdafb6
parent9d7361338862a5102c03a7e8072061c927c6607e
zebra: notify data plane providers about shutdown

Call the `dp_fini` callback twice: once at the beginning of the shutdown
and then again right before `exit()`ing zebra.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
zebra/zebra_dplane.c