diff options
author | sarita patra <saritap@vmware.com> | 2022-01-04 12:26:06 +0100 |
---|---|---|
committer | sarita patra <saritap@vmware.com> | 2022-01-17 14:10:20 +0100 |
commit | 3051f4438da958af0f588f5ce26f4125785d56d2 (patch) | |
tree | 16f088526c850c2badb9f65aef046d227d703c5a /pimd/pim_main.c | |
parent | Merge pull request #10179 from patrasar/pimv6_northbound (diff) | |
download | frr-3051f4438da958af0f588f5ce26f4125785d56d2.tar.xz frr-3051f4438da958af0f588f5ce26f4125785d56d2.zip |
pim: Keeping list of address-family under gmp container
Renamed frr-igmp.yang to frr-gmp.yang, igmp to gmp container.
to support IGMP and MLD protocol.
frr-gmp.yang, created a list of address family under mgmd
container. For PIMV4 the key is IPV4, where as for PIMV6
the key is IPV6. This is done for PIMV6 development.
This commit will have all the northbound changes to support
IPV4 address family.
Signed-off-by: sarita patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_main.c')
-rw-r--r-- | pimd/pim_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 780595ca1..eb1cedd90 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -81,7 +81,7 @@ static const struct frr_yang_module_info *const pimd_yang_modules[] = { &frr_routing_info, &frr_pim_info, &frr_pim_rp_info, - &frr_igmp_info, + &frr_gmp_info, }; FRR_DAEMON_INFO(pimd, PIM, .vty_port = PIMD_VTY_PORT, |