Age | Commit message (Expand) | Author |
2018-02-10 | Add prefix-sets, lists of prefixes which can be used in place of a | Sebastian Benoit |
2017-08-12 | allow filter rules to be written that affect ibgp or ebgp neighbors | Peter Hessler |
2017-08-11 | softreconfig in and out are on by default for ever and machines now have | Claudio Jeker |
2017-05-31 | Rework the way we do extended communities (mainly in the parser) and update | Claudio Jeker |
2017-05-27 | Allow an administrator to disable the bgp loop detection algorithm, | Peter Hessler |
2017-05-27 | Allow OpenBGPD to selectively choose which local ASN to use per-peer. | Peter Hessler |
2017-05-27 | allow us to use 'local-as' in the filter language | Peter Hessler |
2017-01-24 | sync log.c from relayd et al to bgpd. | Sebastian Benoit |
2016-10-14 | Add support for draft-ietf-idr-large-community | Peter Hessler |
2016-10-05 | Let bgpd announce routes based on a route-label. | Peter Hessler |
2016-07-13 | output the no-longer-so-new AS operators when printing the | Sebastian Benoit |
2015-09-21 | Let us log all updates sent from an individual peer. Since this can be | Peter Hessler |
2015-07-16 | Next round of config cleanup. Move various lists into the bgpd_config struct. | Claudio Jeker |
2015-04-25 | allow us to write rules that match directly on the peer AS | Peter Hessler |
2013-11-13 | Knob to set priority with which bgpd inserts routes into the kernel | Florian Obser |
2013-10-30 | use more careful format strings to deal with various forms of AS#'s | Theo de Raadt |
2013-10-19 | Merge the prefix and prefixlen filter bits into one filter. Change the | Claudio Jeker |
2013-01-17 | Fixup printing of rdomain configs -- add network statements and only print | Claudio Jeker |
2012-11-13 | Allow filtering based on the NEXTHOP attribute. This allows to build rules | Claudio Jeker |
2012-09-23 | Enable graceful restart by default. The only way to find out if it works for | Claudio Jeker |
2012-09-12 | Better graceful restart support (implementing more then just the EoR record). | Claudio Jeker |
2011-09-17 | Implement new mrt table dump format as specified in draft-ietf-grow-mrt. | Claudio Jeker |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-08-06 | Correct a problem which could cause the wrong af to be displayed. | Jonathan Gray |
2010-06-27 | Instead of specifying the control sockets on the command line have them | Claudio Jeker |
2010-05-17 | Implement two new filters, max-as-len and max-as-seq. The first is limiting | Claudio Jeker |
2010-05-17 | Last bits of MPLS VPN support. Hook kernel routing tables and RIB together. | Claudio Jeker |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-03-05 | Allow to filter for ext-community attributes. Currently only perfect matches | Claudio Jeker |
2010-03-03 | Compare against correct flag when printing "network inet6 static" | Claudio Jeker |
2009-12-17 | Fix formatstring in printf. | 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-26 | support for set origin; based on an initial diff from | Henning Brauer |
2009-10-13 | Forgot this bit when disableing restart capability. | Claudio Jeker |
2009-10-06 | Add config knobs to enable/disable individual BGP capabilities per neighbor. | Claudio Jeker |
2009-06-06 | Some preliminary filter magic to support multiple RIBs on the filters. | Claudio Jeker |
2009-06-05 | Adjust print_config to all the stuff added in the last days. | Claudio Jeker |
2009-05-27 | add an option to change the "connect-retry" timer which defaults to 120s. | Reyk Floeter |
2009-03-26 | argh, do not reuse the global trans_as flag to be applied to the peer | Henning Brauer |
2009-03-22 | make transparent-as yes|no settable peer neighbor with the global setting | Henning Brauer |
2007-11-22 | add "demote", was missing. noticed by camield@ | Henning Brauer |
2007-05-28 | allow matching on communities using 0 in the AS part, that is in use. | Henning Brauer |
2007-05-15 | printconf didn't handle the 'down' flag for peers | Henning Brauer |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-03-29 | Until now prefixlen defaulted to AF_INET if it was used without a prefix. | Claudio Jeker |
2007-03-06 | allow filtering on peer-as (leftmost AS in path), ok claudio | Henning Brauer |
2006-12-05 | implement the ttl security hack. since the pc slaves fear the word hack, | Henning Brauer |
2006-11-28 | allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help | Henning Brauer |