index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dvmrpd
/
rde.c
Age
Commit message (
Expand
)
Author
2009-11-02
Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one in
Claudio Jeker
2009-09-06
When dvmrpd receives a prune, it must checks if every downstream member
Michele Marchetto
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-11
When inserting a new route add as downstream interfaces just the ones with
Michele Marchetto
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-01-27
Get rid of the 24h timer as it useless here.
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
When inserting a new route into the kernel set as
Michele Marchetto
2008-12-02
Initial support for neighbor expiry.
Michele Marchetto
2007-03-21
Added code to parse unicast routes learned from route report packets.
Michele Marchetto
2007-01-24
Ignore SIGPIPE in the parent and RDE as well.
Esben Norby
2006-12-03
introduce rde_check_route that selects which routes must be accepted and whic...
Michele Marchetto
2006-06-01
Remove some unneeded lint goo and use setres[ug]id() instead of the setuid
Claudio Jeker
2006-06-01
Welcome dvmrpd
Esben Norby