]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: Convert nexthop_active functions to use bool
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 6 Dec 2018 13:09:49 +0000 (08:09 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 10 Dec 2018 15:21:41 +0000 (10:21 -0500)
commit0dddbf72ec1ca9332e0601d3574a9a99744c2b0a
tree6101897bc20c77a4c72e145b68423ec68cb9f4e2
parent27dcf6d9018a2a0868f844fefac2023397019ed7
zebra: Convert nexthop_active functions to use bool

The set value was only being used as a bool, formalize this
in the call chain.

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