]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Return proper status result
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 6 Mar 2019 19:10:08 +0000 (14:10 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:37 +0000 (11:13 -0400)
commit60e0eaee230ad2471bf444496241e17305156e45
tree8de168ca1e5ce9c7539cd8d4fd034e405c435f3f
parentcc4e065073e430321aeb5c88e925ad9780cf671b
zebra: Return proper status result

We were ignoring the status result interger from
the netlink request and message parsing and just
returning 0. Fixed this to return the result of the last one.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rt_netlink.c