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
/
bgpd
/
kroute.c
Age
Commit message (
Expand
)
Author
2003-12-25
nothing uses the special return value kroute_msg used to set for EEXIST any
Henning Brauer
2003-12-25
bring us closer to a complete nexthop verification that does NOT need
Henning Brauer
2003-12-25
detect connected routes and flag them as such
Henning Brauer
2003-12-25
track routing table changes that are _not_ caused by bgpd itself
Henning Brauer
2003-12-25
factor out prefixlen_classful() and mask2prefixlen()
Henning Brauer
2003-12-25
kill an inappropriate XXX
Henning Brauer
2003-12-25
remove a useless check & comment
Henning Brauer
2003-12-25
(more or less) handle ESRCH for RTM_ADD
Henning Brauer
2003-12-25
it actually makes more sense to call the merged function kroute_change
Henning Brauer
2003-12-25
kroute_change is obsolete, long live kroute_add
Henning Brauer
2003-12-25
check with our local view wether there is already an entry for the to be
Henning Brauer
2003-12-25
oups, remove debugging cruft
Henning Brauer
2003-12-25
skip over routing table entires with flag LLINFO (that's arp cache)
Henning Brauer
2003-12-25
dump a copy of the kernel routing table into our own view on startup
Henning Brauer
2003-12-24
no O_NONBLOCK for routing and tcp sockets, theo
Henning Brauer
2003-12-24
now that we keep track of the routes we added to the kernel we can remove
Henning Brauer
2003-12-24
keep track of the routes we inserted to the kernel
Henning Brauer
2003-12-23
use RTF_PROTO1 for now
Henning Brauer
2003-12-23
no RTF_MASK
Henning Brauer
2003-12-23
don't panic on EEXIST. that's normal for a full-table router to get a route
Henning Brauer
2003-12-23
bzero, set sin_len, and fix an error message
Henning Brauer
2003-12-22
o add low-level functions for adding/chaining/removing kernel routes
Henning Brauer
[prev]