Age | Commit message (Expand) | Author |
2016-06-03 | Add operators =, !=, - (range), >< (exclsive range) to the as-path | Sebastian Benoit |
2015-12-22 | commited -> committed | mmcc |
2015-12-03 | claudio questioned the need for pledge(unix) in the rde, and i think | Sebastian Benoit |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-10-25 | Only run the rib_dump_runner() if there is something pending and the | Claudio Jeker |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | In theory, bgpd should be happy with tame "stdio unix route recvfd". | Theo de Raadt |
2015-09-21 | Let us log all updates sent from an individual peer. Since this can be | Peter Hessler |
2015-09-19 | Use correct function name in error message | Claudio Jeker |
2015-08-30 | rename a variable "err" to "error" | Theo de Raadt |
2015-08-04 | Give more precise errors, to help track when bgpd quits | Peter Hessler |
2015-07-20 | Make bgpd execute the RDE and session engine process instead of just forking. | Claudio Jeker |
2015-07-18 | give bgpd's fatal() varargs and use it to instrument bgpd fatal() | Sebastian Benoit |
2015-07-16 | fix pasto in error string | Bret Lambert |
2015-06-21 | There is a race between sending notifications to the SE and getting a new | Claudio Jeker |
2015-06-19 | show the number of (currently) known prefixes and the max-prefix limit, | Peter Hessler |
2015-03-14 | rename rde_free_filter() to filterlist_free() and start using it outside | Claudio Jeker |
2014-10-08 | Use reallocarray() throughout to spot multiplicative int overflow. | Theo de Raadt |
2014-04-13 | fix language/spelling in error string | Bret Lambert |
2014-01-22 | Fix a bug where stale routes were not properly flushed on sessions announcing | Claudio Jeker |
2013-11-13 | from claudio | Sebastian Benoit |
2013-08-14 | Rewrite the internals of the RDE reload logic. | Claudio Jeker |
2013-07-17 | on graceful restart, the number of prefixes could be counted wrong, | Sebastian Benoit |
2013-07-10 | Change the way the RDE updates its peer list. The SE is now always sending | Claudio Jeker |
2013-05-31 | Unfuck BGP MPLS VPNs that got broken by the last few reload related commits. | Claudio Jeker |
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 |