]> git.proxmox.com Git - mirror_frr.git/commit
*: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSION
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Feb 2018 02:26:33 +0000 (21:26 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Feb 2018 02:26:33 +0000 (21:26 -0500)
commit4e8b02f4df5d6bcfde6390955b8feda2a17dc9bd
treeaf1543677942353c8bcbfed69719789616848311
parent3eef1b20eab7c29832c9dd3dc4d36518e1597ccc
*: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSION

The ZEBRA_FLAG_INTERNAL flag is used to signal to zebra that
the route being added, the nexthops for it can be recursively
resolved.  This name keeps throwing me off when I read it
so let's rename to something that allows the developer to
understand what is going on.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_zebra.c
lib/zebra.h
nhrpd/nhrp_route.c
pimd/TODO
zebra/zebra_rib.c