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_br.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_br.c')
| -rw-r--r-- | pimd/pim_br.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_br.c b/pimd/pim_br.c index 6958ad545d..121a45fd16 100644 --- a/pimd/pim_br.c +++ b/pimd/pim_br.c @@ -22,6 +22,7 @@ #include "memory.h" #include "log.h" +#include "if.h" #include "pimd.h" #include "pim_str.h" |
