summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd
AgeCommit message (Expand)Author
2009-06-25Another kroute.c code with missing RTM_VERSION checks.Claudio Jeker
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06forgot to cvs add the filePierre-Yves Ritschard
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-16Update kernel forwarding informations when a neighbor reports we areMichele Marchetto
2009-04-14Route costs can be safely stored in one byte.Michele Marchetto
2009-04-11When inserting a new route add as downstream interfaces just the ones withMichele Marchetto
2009-04-11Show debug informations when a route is added and when a downstream routerMichele Marchetto
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
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-02-25Fix an invalid pointer dereference in control_close(). If control_connbyfd()Claudio Jeker
2009-02-03Correctly update kernel and mfc when change in routing table happens.Michele Marchetto
2009-01-27Get rid of the 24h timer as it useless here.Michele Marchetto
2009-01-25Add missing evtimer_set on route hold down timer.Michele Marchetto
2009-01-24Fix an evil typo.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
2008-10-17bring in findeol() fix from pfctlHenning Brauer
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-07-02Prevent dvmrpd from using illegal ifindex's.Esben Norby
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-04-28tweak previous;Jason McIntyre
2008-04-28Improve the dvmrpd(8) manpage.Esben Norby
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-01-31use a hyphen for "interface-specific" as a compound term. this isJason McIntyre
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt