summaryrefslogtreecommitdiffstats
path: root/pimd/mtracebis_netlink.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pimd ripd ripngd: variable shadowing fixesF. Aragon2018-09-121-4/+4
| | | | Signed-off-by: F. Aragon <paco@voltanet.io>
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
| | | | | | | | config.h (or, transitively, zebra.h) must be the first include file listed for autoconf things like _GNU_SOURCE and _POSIX_C_SOURCE to work correctly. Signed-off-by: David Lamparter <equinox@diac24.net>
* pimd: standard library usage (PVS-Studio)F. Aragon2018-07-061-22/+27
| | | | | | fread() function was not used properly. Signed-off-by: F. Aragon <paco@voltanet.io>
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-82/+100
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* pimd: Multicast traceroute client and routerMladen Sablic2018-02-191-0/+700
This commit is the implementation of weak multicast traceroute. It consists of IGMP module dealing with mtrace type IGMP messages and client program mtrace/mtracebis for initiating mtrace queries. Signed-off-by: Mladen Sablic <mladen.sablic@gmail.com>