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
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-08-06
Correct a problem which could cause the wrong af to be displayed.
Jonathan Gray
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-07-14
Fix a mrt fd leak by moving the block which closes finished dumps.
Claudio Jeker
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-06-28
remove -r and -s from usage, these options were dropped on a previous
Igor Sobrado
2010-06-27
right way round for macros;
Jason McIntyre
2010-06-27
Instead of specifying the control sockets on the command line have them
Claudio Jeker
2010-06-04
It is actually possible to dump IPv6 tables with "dump table" and not
Claudio Jeker
2010-06-03
Instead of doing a poor mans offsetof() implementation change the code
Claudio Jeker
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-24
now that we can handle >9 args, put "-D name=value" on one line: it's a bit
Jason McIntyre
2010-05-19
When installing MPLS VPN routes set the RTF_MPLS bit since those routes
Claudio Jeker
2010-05-19
Add softreconfig support for peers changing the RIB. Done by first unloading
Claudio Jeker
2010-05-18
Be more careful in ktable_update() and ktable_new() and the fib sync flag.
Claudio Jeker
2010-05-17
tweak previous;
Jason McIntyre
2010-05-17
Implement two new filters, max-as-len and max-as-seq. The first is limiting
Claudio Jeker
2010-05-17
Last bits of MPLS VPN support. Hook kernel routing tables and RIB together.
Claudio Jeker
2010-05-04
Assuming that a prefixlen 32 is a host route is not clever when IPv6 comes
Claudio Jeker
2010-05-04
Add some documentation about the last change (nexthop verification and
Claudio Jeker
2010-05-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-04-28
Allow neighbor-as in AS filter statements like:
Claudio Jeker
2010-04-27
imsg.h does not need sys/tree.h.
Nicholas Marriott
2010-04-26
Add some { } for better readability and to make the code look like the
Claudio Jeker
2010-04-26
Fix some memory leaks on config reload failure and move one particular
Claudio Jeker
2010-04-22
Including bgpd.h in mrt.h is dumb.
Claudio Jeker
2010-04-22
Depending on capa.neg.as4byte (bgp session is using 4-byte AS number
Claudio Jeker
2010-04-22
Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11.
Claudio Jeker
2010-04-20
prefix_unlink() must remove the rib entry. Currently this was only done
Claudio Jeker
2010-04-16
Memory allocated with calloc() is initialized to zero, no need to do that
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-04-07
Remove XXX comment and just close received fd if calloc() fails.
Nicholas Marriott
2010-04-07
Call nexthop_delete() a bit later in nexthop_update(). The nh->state needs
Claudio Jeker
2010-04-06
Switch to a more address family independent nexthop imsg. Instead of passing
Claudio Jeker
2010-03-31
network static and network connected have been superseded by network inet
Claudio Jeker
2010-03-30
Hmpf, aid2af() leftover from the time I did the transition that should not
Claudio Jeker
2010-03-29
I'm going to need community_ext_conv() outside of rde_attr.c soon, so move
Claudio Jeker
2010-03-29
Since we always reload the config now there is no need to allocate the
Claudio Jeker
2010-03-29
We always allocate rib ids dynamicaly so there is no need for allowing
Claudio Jeker
2010-03-29
Implement a log_rd() function to print the route destinguisher in a nice
Claudio Jeker
2010-03-26
pt_add() is not allowed to fail, caller expects this behaviour.
Claudio Jeker
2010-03-26
Be more careful when walking the tree looking for a non-empty element,
Claudio Jeker
2010-03-05
Allow to filter for ext-community attributes. Currently only perfect matches
Claudio Jeker
2010-03-03
Compare against correct flag when printing "network inet6 static"
Claudio Jeker
2010-03-03
Replace enum rib_state with enum reconf_action since their doing the same.
Claudio Jeker
2010-03-03
Remove superfluous newline
Claudio Jeker
2010-02-26
Fix some minor issues. 0 instead of NULL in one comparison. Set the
Claudio Jeker
2010-02-23
Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,
Ingo Schwarze
2010-02-23
Remove some extra ().
Claudio Jeker
[next]