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
/
rde.h
Age
Commit message (
Expand
)
Author
2004-09-28
gcc-ism. We don't want it, we don't need it.
Claudio Jeker
2004-09-28
Add prepend-neighbor feature. Prepend the remote-as n times similar to
Claudio Jeker
2004-08-13
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
Claudio Jeker
2004-08-12
Just ignore RFC2545 and the silly idea of using link local addresses as
Claudio Jeker
2004-08-10
switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr
Claudio Jeker
2004-08-10
Correctly set the MED in outgoing UPDATEs. OK henning@
Claudio Jeker
2004-08-06
Monster diff to get one step closer to IPv6 support.
Claudio Jeker
2004-08-05
As usual cleanup on exit. OK henning@
Claudio Jeker
2004-08-05
Cleanup aspath specific functions and api. Mainly switch to a refcnt based
Claudio Jeker
2004-08-05
rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1
Claudio Jeker
2004-07-30
Add new announce type "default-route" which will only announce the default
Claudio Jeker
2004-07-28
The default localpreference is 100 and not 0. Found and ok henning@
Claudio Jeker
2004-07-13
fix some typos
Jared Yanovich
2004-07-05
implement "set nexthop blackhole" and "set nexthop reject"
Henning Brauer
2004-06-24
First step at multiprotocol support, only partially done.
Claudio Jeker
2004-06-22
Make the RDE IPv6 ready missing is the message handling. The internal
Claudio Jeker
2004-06-20
at least somewhat consistently name the TAILQ_ENTRYs... this confused me
Henning Brauer
2004-05-21
RFC 2796 bgp route reflector support. This is very useful in conjunction
Claudio Jeker
2004-05-17
extend filter language to allow basic setting of COMMUNITIES attribute.
Damien Miller
2004-05-07
add a filter option to dump prefixes learned in UPDATEs into a PF table,
Damien Miller
2004-04-10
move the API_* and SAFI_* defines to where they belong
Henning Brauer
2004-03-11
Add basic support for communities. Currently it is only possible to filter
Claudio Jeker
2004-03-11
Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
Claudio Jeker
2004-03-05
Plug some memory leaks in rde. Based on a patch by Patrick Latifi.
Claudio Jeker
2004-03-01
Make it possible to diable the decision process. This is a feature only useful
Claudio Jeker
2004-02-27
remove unneded peer pointer in struct prefix and change a in_addr_t to
Claudio Jeker
2004-02-26
show rib infrastructure. At least full dumps and per as dumps. Per prefix
Claudio Jeker
2004-02-26
Implement "enforce neighbor-as yes|no" which is by default on for ebgp
Claudio Jeker
2004-02-19
Add support for basic filters. Nothing optimized and it has some issues but
Claudio Jeker
2004-02-18
Correctly handle parse errors in aspath and prefixes. Also do input aspath
Claudio Jeker
2004-02-18
Bring the path attribute parsing on big step closer to the RFC.
Claudio Jeker
2004-02-16
Basic aspath match function needed for filters and the "show rib" bgpctl
Claudio Jeker
2004-02-16
Add basic functions to print aspath in human readable format. OK henning@
Claudio Jeker
2004-02-16
Make the path attribute handling more RFC conformant. Also move the
Claudio Jeker
2004-02-09
replace a bunch of u_long by u_int32_t
Henning Brauer
2004-02-02
Somehow I missed this peace in one of my last commits. OK henning@
Claudio Jeker
2004-01-17
Make it possible to announce own networks. In the RDE these prefixes are
Claudio Jeker
2004-01-13
Fix the aspath_* functions to allow empty aspath. A empty aspath is one
Claudio Jeker
2004-01-13
Implement a max-prefix and a announce none | self | all neighbor statement.
Claudio Jeker
2004-01-13
Better update error handling. Ensure that the session goes down and
Claudio Jeker
2004-01-13
Dump and send RIB to the neighbor if his session is comming up.
Claudio Jeker
2004-01-12
Nexthop announcement fixup. There are different rules for ibgp and ebgp.
Claudio Jeker
2004-01-11
Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever
Claudio Jeker
2004-01-11
Add to the IMSG_SESSION_UP message the local and remote address of the
Claudio Jeker
2004-01-10
Implement as path prepends. At least one prepend is needed for ebgp
Claudio Jeker
2004-01-10
RDE update generation. First we queue all updates and withdraws on a per
Claudio Jeker
2004-01-06
2004 OK henning@
Claudio Jeker
2003-12-30
typos from david
Henning Brauer
2003-12-26
"when you try to be very smart, something breaks horribly"
Henning Brauer
2003-12-26
move struct nexthop definition to rde.h
Henning Brauer
[next]