diff options
| author | Nathan Bahr <nbahr@atcorp.com> | 2024-10-02 19:03:48 +0000 |
|---|---|---|
| committer | Nathan Bahr <nbahr@atcorp.com> | 2024-12-13 17:36:34 +0000 |
| commit | 10e2df6530183a202ab85c2311bcdc94e9037e5b (patch) | |
| tree | 47f77d703865ccb8ffc02d0cdc67c4d7d2061d20 /pimd/pim_nb.c | |
| parent | ba0a6868e53ecb87eb3101b0926e42152046f931 (diff) | |
pimd,yang: Reimplement RPF lookup vty in router pim
Add rpf-lookup-mode MODE vty command under router pim block.
Including NB piping and config write. Using the mode still pending.
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
Diffstat (limited to 'pimd/pim_nb.c')
| -rw-r--r-- | pimd/pim_nb.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pim_nb.c b/pimd/pim_nb.c index b5d20419dd..7bb529d44c 100644 --- a/pimd/pim_nb.c +++ b/pimd/pim_nb.c @@ -257,6 +257,12 @@ const struct frr_yang_module_info frr_pim_info = { } }, { + .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-pim:pim/address-family/mcast-rpf-lookup", + .cbs = { + .modify = routing_control_plane_protocols_control_plane_protocol_pim_address_family_mcast_rpf_lookup_modify, + } + }, + { .xpath = "/frr-interface:lib/interface/frr-pim:pim/address-family", .cbs = { .create = lib_interface_pim_address_family_create, |
