diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2021-09-16 18:32:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 18:32:45 +0200 |
commit | 7e469b947605dcf3bd73f9a2541217aa29ee05b6 (patch) | |
tree | e313ea33e39e0e680f864a18585e1b1ac88b2e46 /pimd/pim_rpf.c | |
parent | Merge pull request #9614 from idryzhov/bgp-aspath-coverity (diff) | |
parent | pimd: fuse source_new() and add_source_by_addr() (diff) | |
download | frr-7e469b947605dcf3bd73f9a2541217aa29ee05b6.tar.xz frr-7e469b947605dcf3bd73f9a2541217aa29ee05b6.zip |
Merge pull request #9489 from opensourcerouting/pim-restruct-20210825
pimd: move IGMP memberships from socket to iface, + some cleanups
Diffstat (limited to 'pimd/pim_rpf.c')
-rw-r--r-- | pimd/pim_rpf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_rpf.c b/pimd/pim_rpf.c index 66c6df65a..b93f85e48 100644 --- a/pimd/pim_rpf.c +++ b/pimd/pim_rpf.c @@ -31,6 +31,7 @@ #include "pim_pim.h" #include "pim_str.h" #include "pim_iface.h" +#include "pim_neighbor.h" #include "pim_zlookup.h" #include "pim_ifchannel.h" #include "pim_time.h" |