diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-05 15:07:46 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:05 +0100 |
commit | 75a26779e8f25e9868f1f33e0fd35677f17c978b (patch) | |
tree | 095795d5b355c285bc7c1683c2ca2b072255cfec /pimd/pim_mroute.h | |
parent | pimd: Fix some null register issues (diff) | |
download | frr-75a26779e8f25e9868f1f33e0fd35677f17c978b.tar.xz frr-75a26779e8f25e9868f1f33e0fd35677f17c978b.zip |
pimd: Refactor RP code and start the ability to handle ranges
Refactor the qpim_rp into pim_rp.c so that the global data
is protected. This will allow us to easily add the group
ranges.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_mroute.h')
-rw-r--r-- | pimd/pim_mroute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h index 4ae089f16..ce300f0ab 100644 --- a/pimd/pim_mroute.h +++ b/pimd/pim_mroute.h @@ -159,7 +159,7 @@ struct igmpmsg #endif #ifndef IGMPMSG_WRVIFWHOLE -#define IGMPMSG_WRVIFWHOLE 4 +#define IGMPMSG_WRVIFWHOLE 4 /* For PIM processing */ #endif /* |