Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-24 | Ingore SIGPIPE in the parent and rde as well. This is needed to correctly | Claudio Jeker | |
report crashes. Discussed with norby@ | |||
2007-01-23 | add timeout for failed nbr structures | Michele Marchetto | |
OK claudio@ henning@ | |||
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-15 | allow users to specify interface specific parameters even on a global basis | Michele Marchetto | |
OK henning@ | |||
2007-01-08 | update man page reflecting claudio's changes | Michele Marchetto | |
2007-01-08 | New redistribute code adapted from ospfd. It is now possible to do the same | Claudio Jeker | |
redistribute setups as in ospfd (rtlables, per prefix, negation). Tested, input and OK michele@ | |||
2006-12-24 | typo | Michele Marchetto | |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter | |
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ | |||
2006-11-28 | mib we pass to sysctl when fetching the routing table has 7 entries now, | Henning Brauer | |
not 6 any more (rtableid added). need to tell sysctl so. | |||
2006-11-27 | use correct function name in error message; ok henning@ | Kevin Steves | |
2006-11-26 | repair missing DPADD requests | Theo de Raadt | |
2006-11-16 | ignore messages for alternate routing tables for now; from bgpd | Henning Brauer | |
2006-11-15 | remove double define; dunceor@gmail.com | Theo de Raadt | |
2006-11-11 | pass the right size of the message | Michele Marchetto | |
OK henning@ | |||
2006-11-10 | clear lists before deleting neighbor | Michele Marchetto | |
OK claudio@ henning@ | |||
2006-11-09 | Properly indicate status of "fib-update" | Joel Knight | |
2006-11-03 | if the nexthop is not reachable through outgoing interface set it to | Michele Marchetto | |
INADDR_ANY. Spotted out by Martin Boehme. OK claudio@ henning@ | |||
2006-11-01 | Stop the running timer in case a neighbor is deleted. This fixes a crash | Claudio Jeker | |
found by Martin Boehme. ok michele@ | |||
2006-10-31 | create a temporary neighbor instead of a permanent one when a request is ↵ | Michele Marchetto | |
received | |||
2006-10-31 | Time is not a secret. | Ryan Thomas McBride | |
Modulate the timer with an MD5 hash of the key to generate the sequence number. Ensure that the most significant bit of the modulated value is 0 to prevent wrapping of the sequence number. ok michele@ | |||
2006-10-25 | strtonum, Pierre-Yves Ritschard <pyr@spootnik.org> | Henning Brauer | |
2006-10-25 | geez, the anno 2004 bgpd debug shitz made it to ripd too | Henning Brauer | |
Pierre-Yves Ritschard <pyr@spootnik.org> | |||
2006-10-24 | spelling and typo fixes | David Krause | |
2006-10-24 | first appeared in OpenBSD 4.1 not 4.0 | David Krause | |
2006-10-22 | word fix; ok norby | Jason McIntyre | |
2006-10-19 | Correct function name in log_debug() messages | Ryan Thomas McBride | |
2006-10-18 | uppercase for `RFC'; | Jason McIntyre | |
2006-10-18 | Welcome ripd started by Michele Marchetto some time ago by using the ↵ | Esben Norby | |
imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@ | |||
2006-10-18 | Welcome ripd | Esben Norby | |
started by Michele Marchetto some time ago by using the imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@ |