]> git.proxmox.com Git - mirror_frr.git/commit - ripd/ripd.c
ripd: Convert to using 'struct nexthop' for nexthop information
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 15 Nov 2017 14:50:32 +0000 (09:50 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 Nov 2017 13:45:28 +0000 (08:45 -0500)
commitdd127197f9f165c23ced8165b08b66b2509c5da9
tree480948182dd1679ccff01ab529f7742672b1b739
parent29df464089c7dbb76bd5d599a2d401bbb9206324
ripd: Convert to using 'struct nexthop' for nexthop information

RIP is not using the nexthop data structure and as such when
it does not fully understand when it receives some of the
more exotic nexthop types what to do with it.  This is the
start of a series of commits to allow RIP to start understanding
and properly displaying information about different nexthop
types.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ripd/rip_interface.c
ripd/rip_routemap.c
ripd/rip_zebra.c
ripd/ripd.c
ripd/ripd.h