summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd/rde.c
AgeCommit message (Expand)Author
2009-11-02Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one inClaudio Jeker
2009-09-06When dvmrpd receives a prune, it must checks if every downstream memberMichele Marchetto
2009-06-06make dvmrpd imsg-in-a-lib ready as well.Pierre-Yves Ritschard
2009-06-01no endpwentHenning Brauer
2009-05-31Remove redundant imsg_event_add calls; ok claudio@Jacek Masiulaniec
2009-05-31More libevent callback fixes. While there make n also ssize_t as in allClaudio Jeker
2009-05-20Whitespaces cleanup.Michele Marchetto
2009-04-16Notify the rde when a neighbor goes down.Michele Marchetto
2009-04-11When inserting a new route add as downstream interfaces just the ones withMichele Marchetto
2009-03-14Initial support for pruning. When every single interface is removed from theMichele Marchetto
2009-03-07Get rid of rde_nbr structure as it is no more needed in RDE to makeMichele Marchetto
2009-03-06Make RDE aware of multicast group members per interface. This is needed toMichele Marchetto
2009-01-27Get rid of the 24h timer as it useless here.Michele Marchetto
2009-01-24Fix an evil typo.Michele Marchetto
2009-01-20revert earlier commit that broke the treeTodd T. Fries
2009-01-19When inserting a new route into the kernel set asMichele Marchetto
2008-12-02Initial support for neighbor expiry.Michele Marchetto
2007-03-21Added code to parse unicast routes learned from route report packets.Michele Marchetto
2007-01-24Ignore SIGPIPE in the parent and RDE as well.Esben Norby
2006-12-03introduce rde_check_route that selects which routes must be accepted and whic...Michele Marchetto
2006-06-01Remove some unneeded lint goo and use setres[ug]id() instead of the setuidClaudio Jeker
2006-06-01Welcome dvmrpdEsben Norby