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
/
ospfd
/
kroute.c
Age
Commit message (
Expand
)
Author
2005-08-08
tab before newline.
Claudio Jeker
2005-06-26
Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes
Claudio Jeker
2005-05-24
Only redistribute networks if the interface they depend on is actually
Claudio Jeker
2005-05-24
Set ifindex for all kernel routes. This makes it very easy to track the
Claudio Jeker
2005-05-13
The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in
Claudio Jeker
2005-04-16
Set F_STATIC flag earlier else the default route will end up as non-static.
Claudio Jeker
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-26
Implement the IMSG_CTL_IFINFO bits correctly. This is needed for
Claudio Jeker
2005-03-26
kroute.c cleanup, simplify code and remove unused functions.
Claudio Jeker
2005-03-23
The interface name in struct sockaddr_dl may not be nul terminated and
Claudio Jeker
2005-03-23
prefixlen2mask() should return a network byte order result as it does imply
Claudio Jeker
2005-03-23
grow receive buffer on the routing socket, from bgpd
Henning Brauer
2005-03-23
explicitely initialize opt, from bgpd
Henning Brauer
2005-03-15
Add control messages for the show fib commands.
Claudio Jeker
2005-03-07
Track interface state (up/down) and media status. Simplify the code a bit
Claudio Jeker
2005-02-24
Remove the kroute nexthop specific code as there is no need for this in
Claudio Jeker
2005-02-15
let ospfd "tag" its routes with RTF_PROTO2, bgpd uses RTF_PROTO1 already
Henning Brauer
2005-01-28
Change my email address to the OpenBSD one since Ericsson has nothing to
Esben Norby
2005-01-28
Welcome ospfd
Claudio Jeker