]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: When installing a nexthop-group success is vital
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 Jun 2020 03:36:42 +0000 (23:36 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 Jun 2020 03:36:42 +0000 (23:36 -0400)
commitd52c949b2c892787fc90a0281ce171e0bb8615f8
treeb97f49009b88b01dfa7374cebe9717685f9ab9b3
parent9b222c1f1a9bb31c8d186505a40158a145c97649
zebra: When installing a nexthop-group success is vital

When installing a nexthop-group the recent commit:
commit 0be6e7d75dbbbfae33c3b51ae7c160d35b228915

reversed the logic for testing if adding data to
the netlink message succeeded and we thought we did
not thus not creating the nexthop group.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt_netlink.c