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_routemap.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_routemap.c')
| -rw-r--r-- | pimd/pim_routemap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_routemap.c b/pimd/pim_routemap.c index 56868ae093..ced7c87484 100644 --- a/pimd/pim_routemap.c +++ b/pimd/pim_routemap.c @@ -21,6 +21,7 @@ */ #include <zebra.h> +#include "if.h" #include "routemap.h" #include "pimd.h" |
