]> git.puffer.fish Git - mirror/frr.git/commit
lib: Clean up delete of a nexthop from a nexthop group
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Mar 2018 23:31:40 +0000 (19:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 17 Apr 2018 22:40:17 +0000 (18:40 -0400)
commitebee2bc4c5e948f4b6525e0b767679b7b62b7a2f
tree94cb77d25150932674aac7c0250d14d38e861b51
parentcafec8da4f0a7ac850eb42a71c6d695e1f79fc7c
lib: Clean up delete of a nexthop from a nexthop group

The delete was not properly deleting the nexthop from
the nexthop group and it was not properly setting the
nexthop's pointers to NULL.

Ticket: CM-20261
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/nexthop_group.c