mirror_frr/staticd
Donald Sharp 88a9001659 staticd: Fix recursive routes for certain types of nexthops
Existing NEXTHOP_TYPE_IPV4_IFINDEX and NEXTHOP_TYPE_IPV6_IFINDEX
routes allow recursion, but were broken when the route happened
to recursively resolve and the resolution nexthop changed.

This commit fixes this issue.  Please note that this issue was
in pre-move of static route handling to it's own daemon as well.
This was some easy low-hanging fruit, so to speak.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2018-07-29 12:37:26 -04:00
..
.gitignore staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
Makefile staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_main.c staticd: Enable backup config 2018-07-29 12:37:26 -04:00
static_memory.c staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_memory.h staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_nht.c staticd: Fix recursive routes for certain types of nexthops 2018-07-29 12:37:26 -04:00
static_nht.h staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_routes.c staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_routes.h staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_vrf.c staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_vrf.h staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_vty.c staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_vty.h staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
static_zebra.c staticd: Fix recursive routes for certain types of nexthops 2018-07-29 12:37:26 -04:00
static_zebra.h staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
staticd.conf.sample staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00
subdir.am staticd: Start the addition of a staticd 2018-07-29 12:37:24 -04:00