Age | Commit message (Expand) | Author |
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 |
2006-08-04 | add "restart" to max-prefix, allows sessions suspended due to reaching | Henning Brauer |
2006-05-27 | Move prinitng of communities into own function so that special communities | Claudio Jeker |
2006-04-04 | add "set nexthop self", force nexthop to be set to own address even with IBGP | Henning Brauer |
2006-03-22 | Change the way bgpd selects nexthops. Up until now every route was considered | Claudio Jeker |
2006-02-10 | Make it possible to turn suftreconfig in/out on or off. Default is on for | Claudio Jeker |
2006-02-09 | Implement "set community delete 65001:*" and friends. This will remove | Claudio Jeker |
2006-02-02 | Implement new special community "neighbor-as". neighbor-as is expanded on | Claudio Jeker |
2005-11-01 | Switch from the per peer filter set list to a filter-only solution. | Claudio Jeker |
2005-10-31 | Missing space in printf for unknown peers. | Claudio Jeker |
2005-10-31 | Print group names in rules in double quotes. Makes the output more parsable. | Claudio Jeker |
2005-08-09 | Introduce new route decision tunable "rde med compare (always|strict)". | Claudio Jeker |
2005-07-28 | print the v4/v6 safi announce stuff, from wth | Henning Brauer |
2005-07-01 | Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff. | 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-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker |
2005-04-18 | Print mrt config after the main and network config. Main and network config | Claudio Jeker |