Age | Commit message (Expand) | Author |
2009-09-22 | Sync the link state check code with others daemons. | Michele Marchetto |
2009-09-22 | React putting the interface in state 'down' when dvmrpd detects that | Michele Marchetto |
2009-09-22 | Whitespaces fix. | Michele Marchetto |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-09-06 | When dvmrpd receives a prune, it must checks if every downstream member | Michele Marchetto |
2009-09-04 | Dvrmpd inherited the same yesno porblem from bgpd. Make sure it throws | Claudio Jeker |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-07-13 | If there are no downstream members for a particular prefix, send a prune | Michele Marchetto |
2009-06-25 | Another kroute.c code with missing RTM_VERSION checks. | Claudio Jeker |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | forgot to cvs add the file | Pierre-Yves Ritschard |
2009-06-06 | make dvmrpd imsg-in-a-lib ready as well. | Pierre-Yves Ritschard |
2009-06-01 | no endpwent | Henning Brauer |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | More libevent callback fixes. While there make n also ssize_t as in all | Claudio Jeker |
2009-05-20 | Whitespaces cleanup. | Michele Marchetto |
2009-04-16 | Notify the rde when a neighbor goes down. | Michele Marchetto |
2009-04-16 | Update kernel forwarding informations when a neighbor reports we are | Michele Marchetto |
2009-04-14 | Route costs can be safely stored in one byte. | Michele Marchetto |
2009-04-11 | When inserting a new route add as downstream interfaces just the ones with | Michele Marchetto |
2009-04-11 | Show debug informations when a route is added and when a downstream router | Michele Marchetto |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-14 | Initial support for pruning. When every single interface is removed from the | Michele Marchetto |
2009-03-07 | Get rid of rde_nbr structure as it is no more needed in RDE to make | Michele Marchetto |
2009-03-06 | Make RDE aware of multicast group members per interface. This is needed to | Michele Marchetto |
2009-02-25 | Fix an invalid pointer dereference in control_close(). If control_connbyfd() | Claudio Jeker |
2009-02-03 | Correctly update kernel and mfc when change in routing table happens. | Michele Marchetto |
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 |