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
/
mrt.c
Age
Commit message (
Expand
)
Author
2018-10-24
Major refactoring of the RIB handling code. Mainly change how the RIB is
Claudio Jeker
2018-07-24
Use prefix_nexthop() to access the nexthop instead of dereferencing the
Claudio Jeker
2018-07-17
Switch to MSG_PROTOCOL_BGP4MP_ET formats for update and state mrt messages.
Claudio Jeker
2018-02-05
Change struct prefix a bit. Make the aspath pointer opaque and remove the
Claudio Jeker
2017-05-27
this expects 2byte ASN, so use that, instead of an asn that may or may not fit
Peter Hessler
2017-01-24
sync log.c from relayd et al to bgpd.
Sebastian Benoit
2015-12-30
now that ibuf_free() checks for null, we can remove the check here.
Sebastian Benoit
2015-12-05
cleanup some log messages with wrong function names etc.
Sebastian Benoit
2015-10-27
calloc -> malloc when the memory is immediately overwritten with memcpy.
mmcc
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2014-04-19
Try to be clear why struct mrt_config nodes are allocated and
Claudio Jeker
2013-11-13
from claudio
Sebastian Benoit
2013-05-30
When removing "dump (all|updates)" from bgpd.conf and reloading, tell
Florian Obser
2013-05-20
Call pt_getaddr() a bit earlier so that addr.aid is available when first
Claudio Jeker
2012-11-15
buf_* -> ibuf_* in various log entries to reflect correct function names.
Kenneth R Westerback
2011-11-06
Add a #include that's currently picked up via another header that's
Philip Guenthe
2011-09-17
Implement new mrt table dump format as specified in draft-ietf-grow-mrt.
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-06-04
It is actually possible to dump IPv6 tables with "dump table" and not
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-04-22
Depending on capa.neg.as4byte (bgp session is using 4-byte AS number
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-10-26
Better error handling when doing mrt dumps (e.g. when there is no more space
Claudio Jeker
2009-07-12
Remove a semicolon at the end of an if statement so the
Jonathan Gray
2009-06-29
Unfuck mrt table dumps and plug a memory leak while there.
Claudio Jeker
2009-06-05
Change the way we do mrt dumps in the rde (from the retarded only one dump
Claudio Jeker
2009-06-04
Make mrt understand alternate RIB plus remove some other static rib references.
Claudio Jeker
2009-05-17
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
Claudio Jeker
2009-04-29
de-static some functions. Helps handling the monster change I'm working on.
Claudio Jeker
2009-03-19
First big chunk of mrt rewrite. Simplifies code hopefully and fixes table
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-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-02-19
Use a bob sized header for IPv6 not the default pedro sized one.
Claudio Jeker
2007-04-23
Make bgpd 4-byte AS compatible. All internal representations of AS numbers
Claudio Jeker
2007-02-12
Switch address and AS fields in mrt dump messages for incoming traffic so
Claudio Jeker
2007-02-12
Fix some log_warn() messages.
Claudio Jeker
2006-02-08
For now dump only stuff from the local-RIB into mrt table dumps.
Claudio Jeker
2006-01-05
Cache optional BGP attributes (mostly communities) and use a simple
Claudio Jeker
2005-11-29
Add a flags field to struct prefix which will be used shortly. Remove the peer
Claudio Jeker
2004-12-23
KNF
Henning Brauer
2004-11-11
Store the local v4 and v6 address of a session. For IPv4 sessions the first
Claudio Jeker
2004-09-16
imsg API cleanup:
Henning Brauer
2004-08-13
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
Claudio Jeker
2004-08-11
mrt dumps for cloned sessions did not work because the wrong address was used.
Claudio Jeker
2004-08-11
buf_write() returns -1 on error and -2 on connection closed. Treat both
Claudio Jeker
2004-08-10
Always free message buffer on error.
Claudio Jeker
2004-08-10
Support IPv6 in message and state transition dumps. Table dumps still
Claudio Jeker
2004-08-06
Monster diff to get one step closer to IPv6 support.
Claudio Jeker
2004-08-05
struct prefix has a pointer to the peer so use it everywhere directly instead
Claudio Jeker
[next]