summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/rde_srt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove trailing spaces and tabs from source code; no binary changessobrado2010-09-021-2/+2
* When dvmrpd receives a prune, it must checks if every downstream membermichele2009-09-061-2/+1
* Whitespaces cleanup.michele2009-05-201-3/+3
* Notify the rde when a neighbor goes down.michele2009-04-161-4/+10
* Update kernel forwarding informations when a neighbor reports we aremichele2009-04-161-1/+3
* Show debug informations when a route is added and when a downstream routermichele2009-04-111-3/+14
* Initial support for pruning. When every single interface is removed from themichele2009-03-141-2/+21
* Make RDE aware of multicast group members per interface. This is needed tomichele2009-03-061-7/+31
* Correctly update kernel and mfc when change in routing table happens.michele2009-02-031-7/+8
* Add missing evtimer_set on route hold down timer.michele2009-01-251-2/+3
* revert earlier commit that broke the treetodd2009-01-201-14/+1
* Cleanup the functions related to the election of the designatedmichele2009-01-191-24/+21
* When inserting a new route into the kernel set asmichele2009-01-191-1/+14
* Kill src_node structure. It is mostly redundant with rt_node andmichele2008-12-071-161/+75
* Initial support for neighbor expiry.michele2008-12-021-1/+19
* Introduce support for route hold down.michele2008-11-241-15/+59
* Introduce support for flash updates.michele2008-11-211-2/+33
* Code cleanup. No functional change.michele2008-10-211-21/+15
* spacingmichele2007-04-101-8/+8
* Correctly handle connected routes in srt_check_route()michele2007-03-271-2/+9
* Route report packets with metric greater than infinity are legal, so don'tmichele2007-03-261-5/+2
* Added code to parse unicast routes learned from route report packets.michele2007-03-211-15/+266
* Introduce new checks against the received metric to update or delete the route.michele2007-01-291-4/+40
* introduce rde_check_route that selects which routes must be accepted and which discarded.michele2006-12-031-32/+54
* Welcome dvmrpdnorby2006-06-011-0/+246