diff options
| author | Russ White <russ@riw.us> | 2024-09-10 10:04:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 10:04:08 -0400 |
| commit | add56c61dd510aec79aa62838b090bb43a54c8a9 (patch) | |
| tree | d1a07e5695c0b2ea8d5442f5b586d51d041ac892 /zebra/zebra_nb.c | |
| parent | b774fc683a636e844f7e6456ba3651c3d6173410 (diff) | |
| parent | b2c2113f29ddc20affdf349300a5a54e24568634 (diff) | |
Merge pull request #15259 from dmytroshytyi-6WIND/nexthop_resolution
zebra: add LSP entry to nexthop via recursive (part 2)
Diffstat (limited to 'zebra/zebra_nb.c')
| -rw-r--r-- | zebra/zebra_nb.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/zebra_nb.c b/zebra/zebra_nb.c index eee9323082..0a7ed5db41 100644 --- a/zebra/zebra_nb.c +++ b/zebra/zebra_nb.c @@ -884,6 +884,13 @@ const struct frr_yang_module_info frr_zebra_info = { } }, { + .xpath = "/frr-vrf:lib/vrf/frr-zebra:zebra/mpls/fec-nexthop-resolution", + .cbs = { + .modify = lib_vrf_zebra_mpls_fec_nexthop_resolution_modify, + .destroy = lib_vrf_zebra_mpls_fec_nexthop_resolution_destroy, + } + }, + { .xpath = "/frr-vrf:lib/vrf/frr-zebra:zebra/ribs/rib", .cbs = { .get_next = lib_vrf_zebra_ribs_rib_get_next, |
