]> git.puffer.fish Git - matthieu/frr.git/commit
lib, zebra: Notice when a nexthop is set linkdown
authorDonald Sharp <sharpd@nvidia.com>
Thu, 23 Jun 2022 14:27:56 +0000 (10:27 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 23 Jun 2022 15:23:37 +0000 (11:23 -0400)
commitc704cb44a9874079616acfd94f2315f29392e30f
tree3067150be4602a5dd62e57dce8a585f74079a1b6
parent52e8a7c4f000a0396cbaf9f22d1ae372b745ba23
lib, zebra: Notice when a nexthop is set linkdown

When a nexthop is set RTNH_F_LINKDOWN, start noticing
that this flag is set.  Allow FRR to know about this
flag but at this point do not do anything with it.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/nexthop.h
zebra/rt_netlink.c
zebra/zebra_vty.c