Age | Commit message (Expand) | Author |
2009-01-27 | Get rid of the 24h timer as it useless here. | Michele Marchetto |
2009-01-25 | Add missing evtimer_set on route hold down timer. | Michele Marchetto |
2009-01-24 | Fix an evil typo. | Michele Marchetto |
2009-01-20 | revert earlier commit that broke the tree | Todd T. Fries |
2009-01-19 | Cleanup the functions related to the election of the designated | Michele Marchetto |
2009-01-19 | When inserting a new route into the kernel set as | Michele Marchetto |
2008-12-07 | Kill src_node structure. It is mostly redundant with rt_node and | Michele Marchetto |
2008-12-02 | Initial support for neighbor expiry. | Michele Marchetto |
2008-11-24 | Introduce support for route hold down. | Michele Marchetto |
2008-11-21 | Introduce support for flash updates. | Michele Marchetto |
2008-10-21 | Code cleanup. No functional change. | Michele Marchetto |
2008-10-17 | bring in findeol() fix from pfctl | Henning Brauer |
2008-10-03 | Unify code between the various flavors of imsg buffer.c. | Eric Faurot |
2008-07-02 | Prevent dvmrpd from using illegal ifindex's. | Esben Norby |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-04-28 | tweak previous; | Jason McIntyre |
2008-04-28 | Improve the dvmrpd(8) manpage. | Esben Norby |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-01-31 | use a hyphen for "interface-specific" as a compound term. this is | Jason McIntyre |
2008-01-31 | do not leak confd on malloc failure in control_accept() | Henning Brauer |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-20 | Sync parse.y with recent enhancements in hoststated. | Pierre-Yves Ritschard |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-12 | spacing | Theo de Raadt |
2007-09-11 | macro argument unused, using local instead; spotted by mpf | Theo de Raadt |
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt |
2007-09-11 | The same dance as in all other routing daemons. baudrate is 64bit plus | Claudio Jeker |
2007-09-11 | baudrate 64bit, two more questionable marked for norby | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-10 | spacing | Michele Marchetto |
2007-03-27 | Correctly handle connected routes in srt_check_route() | Michele Marchetto |
2007-03-26 | Route report packets with metric greater than infinity are legal, so don't | Michele Marchetto |
2007-03-21 | Added code to parse unicast routes learned from route report packets. | Michele Marchetto |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-13 | er,, no, we don't compile everything with -g | Henning Brauer |
2007-02-28 | double word: a a | David Krause |
2007-01-29 | Introduce new checks against the received metric to update or delete the route. | Michele Marchetto |
2007-01-24 | Ignore SIGPIPE in the parent and RDE as well. | Esben Norby |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker |
2007-01-08 | how did you use one with an old license?? | Theo de Raadt |
2006-12-03 | introduce rde_check_route that selects which routes must be accepted and whic... | Michele Marchetto |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-26 | repair missing DPADD requests | Theo de Raadt |
2006-11-10 | In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0. | Michele Marchetto |
2006-11-10 | introduce reference count for struct route_report so it can be shared and | Michele Marchetto |
2006-10-25 | strtonum, Pierre-Yves Ritschard <pyr@spootnik.org> | Henning Brauer |