]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Replace nexthop_group with pointer in route entry
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 13 Feb 2019 21:06:48 +0000 (16:06 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:36 +0000 (11:13 -0400)
commit6b46851168ef37eaacba28a2a655e15ae5934cd0
tree8e77f5c84e8fc6d9f564a6b33fb2008e6bf5f234
parent79580b5ac4ba584baf2a50825949abff18c77f91
zebra: Replace nexthop_group with pointer in route entry

In the route_entry we are keeping a non pointer based
nexthop group, switch the code to use a pointer for all
operations here and ensure we create and delete the memory.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
13 files changed:
zebra/redistribute.c
zebra/rib.h
zebra/rt_netlink.c
zebra/zapi_msg.c
zebra/zebra_dplane.c
zebra/zebra_fpm_netlink.c
zebra/zebra_fpm_protobuf.c
zebra/zebra_mpls.c
zebra/zebra_nhg.c
zebra/zebra_pw.c
zebra/zebra_rib.c
zebra/zebra_rnh.c
zebra/zebra_vty.c