]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Refactor nexthop reading from zapi messages
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Apr 2020 14:11:34 +0000 (10:11 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 16:40:59 +0000 (12:40 -0400)
commitf70da2a390dbcad64f86118976b3abefa3da1fa2
tree54591600fbd22868a967426aa1c1af9e0e0c083a
parent224b3c8a79a6635400d7b92f5d89eab1bd9e08a2
zebra: Refactor nexthop reading from zapi messages

Take the zebra code that reads nexthops and combine it
into one function so that when we add zapi messages
to send/receive nexthops we can take advantage of this function.

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