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_attr.c
Age
Commit message (
Expand
)
Author
2005-06-13
realloc(3) correctly. Do not adjust the variable describing how much memory
Claudio Jeker
2005-06-10
Make sure that the ATTR_EXTLEN flag is unset if the attribute length is
Claudio Jeker
2005-06-10
Introduce attr_optlen() to get the total lenght of an optional attribute
Claudio Jeker
2005-04-16
Simplify return codes of aspath_asprint().
Claudio Jeker
2005-04-15
Fix memory leak in case aspath_snprint() returns an error (-1).
Claudio Jeker
2004-11-10
It is not needed to mask the value wit 0xff as it is < 255. OK henning@
Claudio Jeker
2004-08-10
style, use sizeof() instead of a hardcoded value.
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-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
The rde no longer needs to check if the nexthop is the loopback address.
Claudio Jeker
2004-07-05
fix a few KNF fallouts
Henning Brauer
2004-06-24
First step at multiprotocol support, only partially done.
Claudio Jeker
2004-06-24
Make community set strict aligenment save, remove unneeded ENSUREs
Claudio Jeker
2004-06-22
Cleanup. jajaja henning@
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-30
spelling
Theo de Raadt
2004-04-08
swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD
Henning Brauer
2004-03-20
comment spelling fixes; ok henning@
David Krause
2004-03-12
*size is a u_int16_t not a pointer so use 0 instead of NULL.
Claudio Jeker
2004-03-12
bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTY
Claudio Jeker
2004-03-12
I modified the print format for AS_SET so keep the aspath_strlen() function
Claudio Jeker
2004-03-12
tab at EOL
Claudio Jeker
2004-03-12
Rewrite community_match() for loop. yaya henning@
Claudio Jeker
2004-03-11
Add basic support for communities. Currently it is only possible to filter
Claudio Jeker
2004-03-11
Ensure that aspath_snprint() returns a zero terminated string also if the
Claudio Jeker
2004-03-05
Plug some memory leaks in rde. Based on a patch by Patrick Latifi.
Claudio Jeker
2004-03-01
KNF
Henning Brauer
2004-02-27
remove unneded peer pointer in struct prefix and change a in_addr_t to
Claudio Jeker
2004-02-26
Implement "enforce neighbor-as yes|no" which is by default on for ebgp
Claudio Jeker
2004-02-24
spaces
Claudio Jeker
2004-02-23
While searching a different bug found those two gems. The ntohs is obvious
Claudio Jeker
2004-02-19
Add support for basic filters. Nothing optimized and it has some issues but
Claudio Jeker
2004-02-19
Make the code more portable. Add some missing header files and make the use
Claudio Jeker
2004-02-19
Doh. Copy pasto. The if is always false and bogus.
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-18
Check for optional path attributes error. This kills some XXX in the code.
Claudio Jeker
2004-02-16
KNF
Henning Brauer
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-04
Move BGP path attribute handling functions in a own file. henning@ conceptual ok
Claudio Jeker