]> git.puffer.fish Git - mirror/frr.git/commit
ospf6: permit route delete without nexthops 11430/head
authorMark Stapp <mstapp@nvidia.com>
Fri, 17 Jun 2022 15:47:55 +0000 (11:47 -0400)
committerMark Stapp <mstapp@nvidia.com>
Fri, 17 Jun 2022 15:47:55 +0000 (11:47 -0400)
commit0f9e2c918b864e8ff0847ab25e2b1ecdf070d1c2
tree2518c29e2be74283ec18e15744f15e4d63dca594
parent71623b304e78f987b7d730e431f79324c787a2dd
ospf6: permit route delete without nexthops

It's possible for ospf6 to decide to delete a route after it's
removed all of the route's nexthops. It's ok to delete a prefix
alone - be a little more forgiving when preparing a route delete.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
ospf6d/ospf6_zebra.c