summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd
AgeCommit message (Expand)Author
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
2007-09-12spacingTheo de Raadt
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11The same dance as in all other routing daemons. baudrate is 64bit plusClaudio Jeker
2007-09-11baudrate 64bit, two more questionable marked for norbyHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
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-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2007-03-13er,, no, we don't compile everything with -gHenning Brauer
2007-02-28double word: a aDavid Krause
2007-01-29Introduce new checks against the received metric to update or delete the route.Michele Marchetto
2007-01-24Ignore SIGPIPE in the parent and RDE as well.Esben Norby
2007-01-23Typo in fatal() message found by dunceor @ gmail dot comClaudio Jeker
2007-01-08how did you use one with an old license??Theo de Raadt
2006-12-03introduce rde_check_route that selects which routes must be accepted and whic...Michele Marchetto
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-10In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0.Michele Marchetto
2006-11-10introduce reference count for struct route_report so it can be shared andMichele Marchetto
2006-10-25strtonum, Pierre-Yves Ritschard <pyr@spootnik.org>Henning Brauer