summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd/rde_srt.c
AgeCommit message (Expand)Author
2015-05-22fix a non safe use of LIST_FOREACH with LIST_REMOVEJonathan Gray
2010-09-02remove trailing spaces and tabs from source code; no binary changesIgor Sobrado
2009-09-06When dvmrpd receives a prune, it must checks if every downstream memberMichele Marchetto
2009-05-20Whitespaces cleanup.Michele Marchetto
2009-04-16Notify the rde when a neighbor goes down.Michele Marchetto
2009-04-16Update kernel forwarding informations when a neighbor reports we areMichele Marchetto
2009-04-11Show debug informations when a route is added and when a downstream routerMichele Marchetto
2009-03-14Initial support for pruning. When every single interface is removed from theMichele Marchetto
2009-03-06Make RDE aware of multicast group members per interface. This is needed toMichele Marchetto
2009-02-03Correctly update kernel and mfc when change in routing table happens.Michele Marchetto
2009-01-25Add missing evtimer_set on route hold down timer.Michele Marchetto
2009-01-20revert earlier commit that broke the treeTodd T. Fries
2009-01-19Cleanup the functions related to the election of the designatedMichele Marchetto
2009-01-19When inserting a new route into the kernel set asMichele Marchetto
2008-12-07Kill src_node structure. It is mostly redundant with rt_node andMichele Marchetto
2008-12-02Initial support for neighbor expiry.Michele Marchetto
2008-11-24Introduce support for route hold down.Michele Marchetto
2008-11-21Introduce support for flash updates.Michele Marchetto
2008-10-21Code cleanup. No functional change.Michele Marchetto
2007-04-10spacingMichele Marchetto
2007-03-27Correctly handle connected routes in srt_check_route()Michele Marchetto
2007-03-26Route report packets with metric greater than infinity are legal, so don'tMichele Marchetto
2007-03-21Added code to parse unicast routes learned from route report packets.Michele Marchetto
2007-01-29Introduce new checks against the received metric to update or delete the route.Michele Marchetto
2006-12-03introduce rde_check_route that selects which routes must be accepted and whic...Michele Marchetto
2006-06-01Welcome dvmrpdEsben Norby