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_filter.c
Age
Commit message (
Expand
)
Author
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
Switch from the per peer filter set list to a filter-only solution.
Claudio Jeker
2005-08-10
Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know
Claudio Jeker
2005-07-04
New function filterset_cmp() used two compare two struct filter_set for
Claudio Jeker
2005-07-01
More spaces
Claudio Jeker
2005-07-01
Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff.
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-04-12
Introduce a per prefix weight. The weight is used to tip prefixes with equal
Claudio Jeker
2005-03-14
Allow to modify the metrics in a relative way by prepending the number with
Claudio Jeker
2005-03-11
Finally commit the transparent-as and nexthop no-modify stuff I wrote on the
Claudio Jeker
2005-02-24
Add two missing breaks and suddenly using filter has no strange side effects.
Claudio Jeker
2004-12-23
KNF
Henning Brauer
2004-11-23
Switch from a single filter_set to a linked list of sets. With this change
Claudio Jeker
2004-10-08
Don't access pointers blindly. asp is NULL for withdraws. This fixes a rde
Claudio Jeker
2004-09-28
one m is enough in incoming, really ;)
Henning Brauer
2004-09-28
Add prepend-neighbor feature. Prepend the remote-as n times similar to
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
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-10
Fix reverse logic bug in the prefix filter.
Claudio Jeker
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-20
at least somewhat consistently name the TAILQ_ENTRYs... this confused me
Henning Brauer
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-03-11
Add basic support for communities. Currently it is only possible to filter
Claudio Jeker
2004-03-02
Framework for rib lookups by prefix. OK henning@
Claudio Jeker
2004-03-01
spelling
Theo de Raadt
2004-02-27
remove unneded peer pointer in struct prefix and change a in_addr_t to
Claudio Jeker
2004-02-24
spaces
Claudio Jeker
2004-02-24
Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to use
Claudio Jeker
2004-02-19
Add support for basic filters. Nothing optimized and it has some issues but
Claudio Jeker