diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-17 20:43:21 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-17 20:43:21 -0400 |
| commit | 744d91b3c6bfec40f78f97be34a2301dc9a5fbf5 (patch) | |
| tree | d619170c1168861ff128710160100e412f6fe5cf /pimd/pim_msg.c | |
| parent | 515b39d7042d129238a313ea0aba37ee4b0742c7 (diff) | |
pimd: Separate pim vif index spot from ifindex
Allow pim to separate out the pim vif index from the ifindex.
This change will allow pim to work with up to 255(MAXVIFS)
interfaces, while also allowing the interface ifindex to
be whatever number it needs to be.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_msg.c')
| -rw-r--r-- | pimd/pim_msg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_msg.c b/pimd/pim_msg.c index 8ead7ce643..aa0433a2e2 100644 --- a/pimd/pim_msg.c +++ b/pimd/pim_msg.c @@ -22,6 +22,8 @@ #include <zebra.h> +#include "if.h" + #include "pimd.h" #include "pim_pim.h" #include "pim_msg.h" |
