]> git.proxmox.com Git - mirror_frr.git/commit - zebra/interface.h
zebra: Switch nhg_connected to use new RB tree
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 24 Jul 2019 16:27:40 +0000 (12:27 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:41 +0000 (11:13 -0400)
commit37c6708b93af52a4f0e271d217ba973a683ed71f
tree207244b4d094243fcf8244b027d88a5bde8bcf76
parent8654a42cd5f96ac6185997e5a3c63f1c69c40a75
zebra: Switch nhg_connected to use new RB tree

Switch the nhg_connected tree structures to use the new
RB tree API in `lib/typerb.h`. We were using the openbsd-tree
implementation before.

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