]> git.puffer.fish Git - mirror/frr.git/commit
eigrpd: Fix communication w/ Zebra
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 20 Mar 2017 00:21:47 +0000 (20:21 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 20 Mar 2017 00:24:10 +0000 (20:24 -0400)
commit03f0bd35e267a6e2cac41011d574ef790455c22d
tree6d378acb470588b2b5f1ee6d1f40f05a7a1dff0e
parentd9be204162a863ed8f4985ba538f84da05f8babd
eigrpd: Fix communication w/ Zebra

We were not properly sending data to zebra for
route installation.

I removed the metric installation because I am not sure
if we've actually been passed the metric to install.
if we need it it can be added back in later.

Additionally cleaned up some silliness in eigrp_topology.c

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_topology.c
eigrpd/eigrp_zebra.c