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
2005-11-29
Add a flags field to struct prefix which will be used shortly. Remove the peer
Claudio Jeker
2005-11-02
Implement filterset_equal() and rde_filter_equal(). Both return 1 if
Claudio Jeker
2005-11-01
Softreconfig out support. On config reload filter changes of outgoing rules
Claudio Jeker
2005-11-01
Major cleanup in rde_update.c. Merge equal code used in different places
Claudio Jeker
2005-08-10
Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know
Claudio Jeker
2005-07-29
Add another piece to the IPv6 puzzle. This time code to generate MP updates.
Claudio Jeker
2005-07-01
The newly introduced function filterset_free() existed already as
Claudio Jeker
2005-07-01
Make the pftable filter set use the name2id "cache" like the route labels.
Claudio Jeker
2005-06-29
rtlabel support via filter sets. Just use "set rtlabel foobar" in filters
Claudio Jeker
2005-06-10
Introduce attr_optlen() to get the total lenght of an optional attribute
Claudio Jeker
2005-04-12
Introduce a per prefix weight. The weight is used to tip prefixes with equal
Claudio Jeker
2005-03-11
Finally commit the transparent-as and nexthop no-modify stuff I wrote on the
Claudio Jeker
2004-12-23
sort structs for most optimal alignment, help mickey, claudio ok
Henning Brauer
2004-11-23
Switch from a single filter_set to a linked list of sets. With this change
Claudio Jeker
2004-11-11
Store the local v4 and v6 address of a session. For IPv4 sessions the first
Claudio Jeker
2004-11-11
New config statement "rde route-age [evaluate|ignore]". If set to evaluate
Claudio Jeker
2004-11-10
Remove no longer needed code. OK henning@
Claudio Jeker
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
[next]