summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/rde_mfc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-3/+2
* Whitespaces fix.michele2009-09-221-8/+8
* When dvmrpd receives a prune, it must checks if every downstream membermichele2009-09-061-2/+147
* If there are no downstream members for a particular prefix, send a prunemichele2009-07-131-22/+45
* Initial support for pruning. When every single interface is removed from themichele2009-03-141-9/+82
* Make RDE aware of multicast group members per interface. This is needed tomichele2009-03-061-1/+17
* Correctly update kernel and mfc when change in routing table happens.michele2009-02-031-1/+44
* introduce rde_check_route that selects which routes must be accepted and which discarded.michele2006-12-031-2/+2
* Welcome dvmrpdnorby2006-06-011-0/+218