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
/
parse.y
Age
Commit message (
Expand
)
Author
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
2003-12-27
bgpid -> router-id
Henning Brauer
2003-12-27
fix thinko
Henning Brauer
2003-12-27
"no fib-update" -> "fib-update [yes|no]"
Henning Brauer
2003-12-27
few fatal()s should really be fatalx()
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
style
Henning Brauer
2003-12-25
must not remove macros vis cmdline after parsinf is done, we will need them
Henning Brauer
2003-12-25
don't leak in yyerror()
Henning Brauer
2003-12-25
o can't TAILQ_FOREACH when we TAILQ_REMOVE in the loop
Henning Brauer
2003-12-25
free where it was allocated; much easier to verify
Henning Brauer
2003-12-25
implement "passive": do not attempt to open a tcp connection to the
Henning Brauer
2003-12-24
local-addr, not local-address.
Henning Brauer
2003-12-24
add option to not touch the kernel routing table
Henning Brauer
2003-12-23
better syntax for minimum accepted holdtime
Henning Brauer
2003-12-23
allow the listening address to be specified, default to INADDR_ANY
Henning Brauer
2003-12-22
spacing
Theo de Raadt
2003-12-22
fix indent
Theo de Raadt
2003-12-22
ease grammar a lot. eleminate pstate and let yacc do the work for us instead.
Henning Brauer
2003-12-21
overhaul the write buffering code.
Henning Brauer
2003-12-20
few missing break; in default: cases in switch; one noticed by tedu@
Henning Brauer
2003-12-19
fix copyright
Henning Brauer
2003-12-17
style
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer