]> git.proxmox.com Git - mirror_frr.git/commit
zebra: make netlink protodown func more readable
authorStephen Worley <sworley@nvidia.com>
Tue, 15 Feb 2022 22:56:50 +0000 (17:56 -0500)
committerStephen Worley <sworley@nvidia.com>
Wed, 9 Mar 2022 23:02:44 +0000 (18:02 -0500)
commited7a1622c347bf5cb0929da07f9072e04f0730c1
treeee3b03d660f1e3585007b26af88cbaa41e71fc0e
parent00d57e6dd546c4d901d64d4efd8d48fda0f36316
zebra: make netlink protodown func more readable

Make the netlink protodown static function for checking
if the only bit set for protodown reason is FRR's more
easily readable to someone not familiar with the code.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
zebra/if_netlink.c