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.c
Age
Commit message (
Expand
)
Author
2012-09-18
Expose the local weight in the ctl_show_rib struct so bgpctl can print it.
Claudio Jeker
2012-09-18
Only allow one reload request at a time in bgpd. Needed for further work.
Claudio Jeker
2012-09-17
Unbreak. gcc 2 at least complains if a declaration is ended by two semicolons.
Miod Vallat
2012-09-12
Better graceful restart support (implementing more then just the EoR record).
Claudio Jeker
2012-08-12
By default mask the reserved bits and the ext len bit in the attribute
Claudio Jeker
2012-05-27
Extend the network code to allow attributes to be passed in with prefixes.
Claudio Jeker
2012-05-22
Fix a warning message to print the correct information. OK henning@ sthen@
Claudio Jeker
2012-04-12
The ebgp flags is just a truth value and it is better to not == 1 compares.
Claudio Jeker
2012-04-07
The Route Distinguishers should not be used to control distribution.
Claudio Jeker
2012-03-27
Introduce F_CTL_ACTIVE a flag to only show selected pathes.
Claudio Jeker
2011-09-20
Move a few functions into util.c because bgpctl will need them soon.
Claudio Jeker
2011-09-19
remove an unused ctl struct and remove some unneeded values from
Claudio Jeker
2011-09-17
Implement new mrt table dump format as specified in draft-ietf-grow-mrt.
Claudio Jeker
2011-07-09
remove that rlimit code, rc.d and login classes do it much betterer these
Henning Brauer
2011-02-15
Use log_as() to print the offending neighbor-as instead of printing it
Claudio Jeker
2011-01-29
improve error msg when enforce-neighbor-as is on and the path doesn't
Henning Brauer
2011-01-27
change a logged error from 'enforce remote-as' to the correct
Stuart Henderson
2010-12-23
Increase the DATA limit in the RDE to the max value and do the same
Claudio Jeker
2010-11-30
Do what the comment actually says. Ignore the full attribute not only the
Claudio Jeker
2010-11-24
fix spelling in an error message
Stuart Henderson
2010-11-18
Accept but ignore (treat as withdraw) updates with AS_CONFED_* path
Claudio Jeker
2010-11-10
Make sure that the initial configuration of the child is zeroed out
Claudio Jeker
2010-10-15
Add a few more wanrings to the UPDATE parser. Mainly to warn when
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-07-14
Fix a mrt fd leak by moving the block which closes finished dumps.
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-19
Add softreconfig support for peers changing the RIB. Done by first unloading
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-03
Make it possible to load multiple routing tables at the same time and use
Claudio Jeker
2010-04-13
Instead of passing AF specific struct kroutes over imsgs use a struct
Claudio Jeker
2010-03-30
Hmpf, aid2af() leftover from the time I did the transition that should not
Claudio Jeker
2010-03-29
We always allocate rib ids dynamicaly so there is no need for allowing
Claudio Jeker
2010-03-03
Replace enum rib_state with enum reconf_action since their doing the same.
Claudio Jeker
2010-02-09
Don't hardcode the AID to AID_INET6 when sending MP EoR updates.
Claudio Jeker
2010-02-08
Unbreak IPv6 local address lookups. Some idiot aka me optimised a loop and
Claudio Jeker
2010-02-08
It is enough that peer->capa.mp[i] is non zero. It does not need to be 1.
Claudio Jeker
2010-01-13
Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so
Claudio Jeker
2010-01-11
Make sure we do not add trailing garbage while parsing a prefix that has a
Claudio Jeker
2010-01-10
Generate a EoR marker in the update list instead of sending it independent
Claudio Jeker
2010-01-10
Switch rib_dump() to use AID instead of AFs. OK henning@
Claudio Jeker
2010-01-05
Make sure that all important config variables are synced on a reload in
Claudio Jeker
2009-12-31
Instead of passing the config via arguments to the childs on bootup issue
Claudio Jeker
2009-12-18
Merge rde_filter_community() with community_match() and kill a useless
Claudio Jeker
2009-12-16
Implement "set ext-community [delete] subtype key:value" to set and delete
Claudio Jeker
2009-12-08
Big AID change part two. This changes the mp capability into an array of
Claudio Jeker
2009-12-01
Use an artificial address family id in struct bgpd_addr and almost everywhere
Claudio Jeker
2009-11-11
Plug two memory leaks in error pathes. Found by parfait. OK henning, jsg
Claudio Jeker
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost
Claudio Jeker
2009-10-28
Free correct buffer.
Claudio Jeker
[next]