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
Age
Commit message (
Expand
)
Author
2009-06-04
Document that we accept ASPLAIN format 32-bit ASN.
Stuart Henderson
2009-06-03
Allocate all rib contextes for tree walks and don't use static stack memory.
Claudio Jeker
2009-06-03
Initial stab at rib_free() until now unused.
Claudio Jeker
2009-06-03
Better way to allocate new RIBs.
Claudio Jeker
2009-06-03
Make prefix_destroy more generic and use it in prefix_remove this is possible
Claudio Jeker
2009-06-02
Make show rib as and show rib community use the same dump code as the other
Claudio Jeker
2009-06-02
Move the rest of the rib dump functions into rde_rib.c where it belongs.
Claudio Jeker
2009-06-01
Use only one list to queue the dump contextes on. Use the list in struct
Claudio Jeker
2009-06-01
Do not call the upcall twice on some prefixes. Move the upcall back to
Claudio Jeker
2009-06-01
Holy simplification batman. Use the per rib entry flags to lock entries
Claudio Jeker
2009-06-01
Instead of storing a pointer to the RIB head in the RIB element use that
Claudio Jeker
2009-05-30
Only use a single tree for all address families. There is no need for multiple
Claudio Jeker
2009-05-27
Move update and withdraw code into own functions to simplify the necessary
Claudio Jeker
2009-05-27
add an option to change the "connect-retry" timer which defaults to 120s.
Reyk Floeter
2009-05-25
In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100%
Claudio Jeker
2009-05-21
Make it possible to turn off the decision process per RIB. This is mainly
Claudio Jeker
2009-05-17
F_LOCAL and F_ORIGINAL are gone. The Adj-Rib-In is now a distinct tree.
Claudio Jeker
2009-05-17
Simplify the IMSG_CTL_SHOW_NETWORK case and make it actually work by sending
Claudio Jeker
2009-05-17
rib_dump_r needs to check the af of the prefix because there is no rib per
Claudio Jeker
2009-05-17
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
Claudio Jeker
2009-05-11
Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in the
Claudio Jeker
2009-05-05
fix a couple of comment typos
Stuart Henderson
2009-05-05
check that an IMSG_CTL_SHOW_RIB_PREFIX request has a valid
Stuart Henderson
2009-04-29
de-static some functions. Helps handling the monster change I'm working on.
Claudio Jeker
2009-04-26
Unused defines from a time long long ago.
Claudio Jeker
2009-04-23
Rework the way we handle announced networks. Instead of two freak rde_peers
Claudio Jeker
2009-04-23
allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN
Stuart Henderson
2009-04-21
instead of calling getpid() all over the place do it once, claudio ok
Henning Brauer
2009-04-21
ignore pfkey replies not for us and discard them
Henning Brauer
2009-04-19
Correct function name in log_warnx().
Claudio Jeker
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2009-03-26
argh, do not reuse the global trans_as flag to be applied to the peer
Henning Brauer
2009-03-22
make transparent-as yes|no settable peer neighbor with the global setting
Henning Brauer
2009-03-19
First big chunk of mrt rewrite. Simplifies code hopefully and fixes table
Claudio Jeker
2009-03-19
Implement a attr_writebuf() function that works on a struct buf instead of
Claudio Jeker
2009-03-18
Correctly check the peer group for mrt dumps. Without this all non-grouped
Claudio Jeker
2009-03-18
Correctly check for MRT_TABLE_DUMP_MP and don't send the config to the SE.
Claudio Jeker
2009-03-18
Introduce local_as in the peer config. This allows per peer local AS and
Claudio Jeker
2009-03-18
short_as is always initialised to the 16bit AS that is used. So no need
Claudio Jeker
2009-03-13
No need for a line break, makes code a bit more compact.
Claudio Jeker
2009-03-13
Next step in mrt cleanup. Switch buf_write to a smarter version of itself.
Claudio Jeker
2009-03-13
Move mrt code over to use the msgbuf way of queuing buffers instead of rolling
Claudio Jeker
2009-03-13
Sync buffer API with the one from ospfd. The dynamic buffers will make other
Claudio Jeker
2009-03-13
More paranoia when parsing empty updates. Make sure they are really empty and
Claudio Jeker
2009-03-13
Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly.
Claudio Jeker
2009-02-25
add a stupid workaround for a race somewhere in the crypto code in the
Henning Brauer
2009-02-19
Use a bob sized header for IPv6 not the default pedro sized one.
Claudio Jeker
2009-02-17
Fix aspath_prepend() in the case a AS-PATH has a sequence of 255 elements
Claudio Jeker
2009-02-16
typo in error message; "bigger that" -> "bigger than"
Stuart Henderson
2009-02-11
Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need
Claudio Jeker
[prev]
[next]