summaryrefslogtreecommitdiffstats
path: root/pimd/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
| | | | | | | | | | | | INCLUDES in configure.ac was not used at all, and INCLUDES in Makefile.am is supposed to be AM_CPPFLAGS these days. Reduces warnings spewed during bootstrap/autoreconf. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Greg Troxel <gdt@ir.bbn.com> Acked-by: Feng Lu <lu.feng@6wind.com> Acked-by: Paul Jakma <paul@jakma.org>
* pimd: Simplify gettime-related code.Everton Marques2015-02-041-4/+0
|
* pimd: Remove motd tweaking.Everton Marques2015-02-041-2/+0
|
* pimd: Remove unused pim checksum in favour of quagga's version.Everton Marques2015-02-041-2/+0
|
* pimd: Fixes to build against current quagga.Everton Marques2015-02-041-1/+5
|
* [pim] Work-around improper monotonic clockEverton Marques2015-02-041-0/+4
|
* [pim] Fix net/host byte orderEverton Marques2015-02-041-2/+2
|
* [pim] Skeleton for ssmpingd supportEverton Marques2015-02-041-2/+2
|
* [pim] Command line tool to test IGMPv3 join.Everton Marques2015-02-041-2/+8
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+70