]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: Consolidate on 32 bits as the flag size for route flags
authorDonald Sharp <sharpd@nvidia.com>
Thu, 15 Oct 2020 17:41:30 +0000 (13:41 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 29 Oct 2020 13:13:59 +0000 (09:13 -0400)
commitacde7f6b8e66c58d37501fee0067acc526db03d0
tree0248f8a6cda990729d919e3b3b1eaf1cd33b203a
parent502dd27af98c46d20f82c43a3e2d80db53128782
zebra: Consolidate on 32 bits as the flag size for route flags

When we get a route for installation via any method we should
consolidate on 32 bits as the flag size, since we have
actually more than 8 bits of data to bass around.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/kernel_socket.c
zebra/rib.h
zebra/rt_netlink.c
zebra/zebra_rib.c