]> git.puffer.fish Git - mirror/frr.git/commit
lib, ripd, ripngd: rename remaining delete northbound callbacks 3548/head
authorRenato Westphal <renato@opensourcerouting.org>
Sat, 2 Mar 2019 18:42:42 +0000 (15:42 -0300)
committerRenato Westphal <renatowestphal@gmail.com>
Fri, 29 Mar 2019 14:32:33 +0000 (11:32 -0300)
commit6a3fdeecf102f18afa95dbbe714d3b72f9e2a9dc
tree7ddaeb98c413dc1b04f4cae0b86804903d33db65
parent8f88441d717c0ded412543cceabf0ddd93ee9f09
lib, ripd, ripngd: rename remaining delete northbound callbacks

PR #3622 renamed the "delete" northbound callback to "destroy" in
order to make the libfrr headers compatible with C++. This commit
renames a few functions that still use "delete" instead of "destroy"
in their names.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/if.c
ripd/rip_northbound.c
ripngd/ripng_northbound.c