summaryrefslogtreecommitdiffstats
path: root/pimd/pim_mroute.h
Commit message (Collapse)AuthorAgeFilesLines
* pim_mroute.h has a different version of code than linux/mroute.h providesDonald Sharp2015-06-211-0/+4
| | | | | | | | | | | linux/mroutes.h and pim_mroute.h both have copies of the same structures. This is causing failures in setsockopt(..., MRT_ADD_MFC,...) because of data structure incompatibilities between the kernel and what pim_mroute.h was providing. Modify the code to check for mroute.h and include it if necessary. I did not modify the non linux/mroute.h path because I do not have other systems to test on easily. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+173