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
/
config.c
Age
Commit message (
Expand
)
Author
2004-03-03
missing freeaddrinfo()
Henning Brauer
2004-03-02
flesh out the address and prefix parsing, include v6 code, but reject v6
Henning Brauer
2004-02-26
Implement "enforce neighbor-as yes|no" which is by default on for ebgp
Claudio Jeker
2004-02-10
enforce config file secrecy (correct owner, no rights for group/world)
Henning Brauer
2004-02-03
replace the previous hack for the internal peer id allocator (which just used
Henning Brauer
2004-02-01
Set sane default announce types according to the peer type. For IBGP use
Claudio Jeker
2004-01-30
in the parse_config() -> merge_config() chain, you shall not null
Henning Brauer
2004-01-28
don't pfkey_setkey() from here, claudio markus ok
Henning Brauer
2004-01-28
pfkey_setkey: sockaddr -> bgpd_addr; ok claudio
Markus Friedl
2004-01-27
use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and
Henning Brauer
2004-01-27
use SADB_GETSPI/UPDATE for setting tcpmd5 keys; ok henning
Markus Friedl
2004-01-26
first cut at tcpmd5 setup seupport from within bgpd. works so far.
Henning Brauer
2004-01-24
we can use memcpy for the whole thing in merge_config now instead of
Henning Brauer
2004-01-22
use log_warnx and log_info. reclassify a few messages in the process and fix
Henning Brauer
2004-01-07
don't try to be smart after config reloads and try to detect wether
Henning Brauer
2004-01-06
2004
Henning Brauer
2004-01-03
move some session specific stuff to session.h and make the few files
Henning Brauer
2004-01-03
decouple the peer list from bgpd_config.
Henning Brauer
2004-01-02
whitespace
Jun-ichiro itojun Hagino
2003-12-30
typos from david
Henning Brauer
2003-12-27
style
Henning Brauer
2003-12-27
move the fib couple/decouple to the config merge where it belongs
Henning Brauer
2003-12-26
add option 'log updates' to log updates. ok henning@
Jakob Schlyter
2003-12-26
when this project started and i added the fatal() function, I made it take
Henning Brauer
2003-12-25
free where it was allocated; much easier to verify
Henning Brauer
2003-12-25
don't leak memory THAT obvious on reconfigure
Henning Brauer
2003-12-24
syscalls return -1 on err so test for == -1 instead of the < 0 found in very
Henning Brauer
2003-12-24
add option to not touch the kernel routing table
Henning Brauer
2003-12-23
allow the listening address to be specified, default to INADDR_ANY
Henning Brauer
2003-12-19
for our internal peer ID just use the peer's IP address for now.
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer