OpenBSD CVS

src/usr.sbin/ripd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ripd

Current tag: OPENBSD_4_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] auth.c  1.9   16 years  claudio   Make the packet buffer u_int8_t * everywhere. This is binary data and not a stri...
[TXT] carp.c  1.1   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] control.c  1.7   15 years  claudio   Fix an invalid pointer dereference in control_close(). If control_connbyfd() fai...
[TXT] control.h  1.1   17 years  norby   Welcome ripd started by Michele Marchetto some time ago by using the imsg/three ...
[TXT] interface.c  1.6   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] kroute.c  1.13   16 years  henning   prio RTP_RIP for inserted routes
[TXT] log.c  1.2   17 years  michele   create a temporary neighbor instead of a permanent one when a request is receive...
[TXT] log.h  1.1   17 years  norby   Welcome ripd started by Michele Marchetto some time ago by using the imsg/three ...
[TXT] message.c  1.10   16 years  djm   Use arc4random_buf() when requesting more than a single word of output Use arc4...
[TXT] name2id.c  1.1   17 years  claudio   New redistribute code adapted from ospfd. It is now possible to do the same redi...
[TXT] neighbor.c  1.9   16 years  claudio   Garbage collect unused stuff found by lint.
[TXT] packet.c  1.10   16 years  deraadt   msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg...
[TXT] parse.y  1.21   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] printconf.c  1.4   16 years  claudio   Add missing bits for auth crypt and cleanup a bit. OK deraadt@
[TXT] rde.c  1.9   16 years  claudio   The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16)...
[TXT] rde.h  1.4   16 years  claudio   The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16)...
[TXT] rde_rib.c  1.5   16 years  claudio   The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 16)...
[TXT] rip.h  1.4   16 years  deraadt   spacing
[TXT] ripd.8  1.5   16 years  claudio   Document -D. Stolen from bgpd.8
[TXT] ripd.c  1.11   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] ripd.conf.5  1.9   15 years  jmc   sort;
[TXT] ripd.h  1.11   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] ripe.c  1.8   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] ripe.h  1.9   15 years  michele   Add support for demotion counter. When interfaces go up/down the demotion counte...
[TXT] buffer.c (in the Attic) [Hide]  1.2   16 years  claudio   The index should be unsigned int -- another lint finding
[TXT] imsg.c (in the Attic) [Hide]  1.2   17 years  henning   do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al