mirror_frr/staticd
Dmitrii Turlupov 7cc6b6b65f staticd: Fix bfd for static route in VRF
vrf BELLA
 ip route 1.1.1.1/32 192.168.1.1 bfd profile test
exit-vrf

Before patch:
# do show bfd peers
BFD Peers:
	peer 192.168.1.1 vrf default

After patch:
# do show bfd peers
BFD Peers:
	peer 192.168.1.1 vrf BELLA

Signed-off-by: Dmitrii Turlupov <turlupov@zts.ru>
2023-06-23 19:02:44 +03: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_bfd.c staticd: Fix bfd for static route in VRF 2023-06-23 19:02:44 +03:00
static_debug.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_debug.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_main.c staticd: staticd no longer loads config files 2023-06-12 02:02:18 -04:00
static_nb_config.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_nb.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_nb.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_nht.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_nht.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_routes.c mgmtd: Enroll Staticd as a backend client for MGMTD 2023-03-21 22:09:07 -04:00
static_routes.h *: Convert struct event_master to struct event_loop 2023-03-24 08:32:17 -04:00
static_vrf.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_vrf.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_vty.c mgmtd: fully implement debug flags for mgmtd and clients 2023-05-01 13:47:12 -04:00
static_vty.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
static_zebra.c *: Convert event.h to frrevent.h 2023-03-24 08:32:17 -04:00
static_zebra.h *: Convert struct event_master to struct event_loop 2023-03-24 08:32:17 -04:00
subdir.am staticd: BFD integration northbound support 2023-01-13 15:32:12 -03:00