1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/ripd
2008-10-17 13:02:55 +00:00
..
auth.c Make the packet buffer u_int8_t * everywhere. This is binary data and not 2007-10-24 20:52:50 +00:00
buffer.c The index should be unsigned int -- another lint finding 2007-10-24 20:18:07 +00:00
control.c do not leak confd on malloc failure in control_accept() 2008-01-31 12:17:35 +00:00
control.h
imsg.c do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al 2007-03-19 10:10:29 +00:00
interface.c Garbage collect unused stuff found by lint. 2007-10-24 19:50:33 +00:00
kroute.c prio RTP_RIP for inserted routes 2008-05-09 12:47:42 +00:00
log.c create a temporary neighbor instead of a permanent one when a request is received 2006-10-31 23:43:11 +00:00
log.h
Makefile New redistribute code adapted from ospfd. It is now possible to do the same 2007-01-08 13:01:10 +00:00
message.c Use arc4random_buf() when requesting more than a single word of output 2008-04-13 00:22:16 +00:00
name2id.c New redistribute code adapted from ospfd. It is now possible to do the same 2007-01-08 13:01:10 +00:00
neighbor.c Garbage collect unused stuff found by lint. 2007-10-24 19:50:33 +00:00
packet.c msg_controllen has to be CMSG_SPACE so that the kernel can account for 2008-03-24 16:10:55 +00:00
parse.y bring in the findeol() fix from pfctl. list of affected parsers by sthen 2008-10-17 13:02:55 +00:00
printconf.c Add missing bits for auth crypt and cleanup a bit. OK deraadt@ 2007-10-18 09:42:47 +00:00
rde_rib.c The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 2007-10-24 20:38:03 +00:00
rde.c The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 2007-10-24 20:38:03 +00:00
rde.h The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping 2007-10-24 20:38:03 +00:00
rip.h spacing 2007-10-18 17:00:59 +00:00
ripd.8 Document -D. Stolen from bgpd.8 2007-10-24 20:28:25 +00:00
ripd.c Do not advertise the default route with wrong metric of 0. Set it to 1 2008-08-05 06:51:12 +00:00
ripd.conf.5 use a hyphen for "interface-specific" as a compound term. this is 2008-01-31 20:00:08 +00:00
ripd.h ctl_rt flags should be u_int16_t -- noticed by lint 2007-10-24 20:16:49 +00:00
ripe.c Sync a bit more with ospfd. Do not fatal if one of the pipes is closed, 2007-10-24 19:05:06 +00:00
ripe.h Make the packet buffer u_int8_t * everywhere. This is binary data and not 2007-10-24 20:52:50 +00:00