summaryrefslogtreecommitdiffstats
path: root/pimd/pim_signals.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-281-1/+2
|\
| * *: make sure zebra.h is always included firstDavid Lamparter2015-10-161-1/+2
| | | | | | | | | | | | | | | | zebra.h pulls in config.h, which results in fiddling with things like __FILE_OFFSET_BITS. It must always be included first, in order to set flags that influence the compiler via <features.h>. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* | pimd: Cleanup zebra debugs to be protected by debug commandsDonald Sharp2015-10-271-2/+2
|/ | | | | | | | pimd is very chatty without any pim debugs turned on. This commit fixes a bunch of the debugs to be protected by appropriate pim debug statement. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* pimd: Fixes to build against current quagga.Everton Marques2015-02-041-2/+3
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+85