]> git.puffer.fish Git - mirror/frr.git/commit
bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_t
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Fri, 2 Sep 2016 14:32:14 +0000 (10:32 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Fri, 2 Sep 2016 14:36:28 +0000 (10:36 -0400)
commit5b30316ea51a86de29450b59ea288afa858953b6
tree005f4ccdedb006ad4f3782d5748447ef098e93de
parent5b2c166731c351fd04507b5d495a2ae012cc7ca1
bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_t

Use the 'enum nexthop_types_t' instead of
the zebra.h #defines.  And remove code from
zebra.h that does not belong there.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgp_nht.c
isisd/isis_zebra.c
lib/zclient.c
lib/zebra.h
ospfd/ospf_zebra.c
pimd/pim_zlookup.c
zebra/zebra_rnh.c
zebra/zserv.c