Age | Commit message (Expand) | Author |
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 |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2005-04-07 | nicer output | Henning Brauer |
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker |
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker |
2004-10-19 | fix printing of groups - instead of surrounding each neighbor statement | Henning Brauer |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker |
2004-08-24 | Add missing config statements -- route-reflector and enforce neighbor-as. | Claudio Jeker |
2004-08-24 | Forgot to update printconf.c once again. foobar-AS is now foobar-as. | Claudio Jeker |
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker |
2004-08-02 | Forgot to add "anounce default-route" here. OK henning@ | Claudio Jeker |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-05-08 | KNF | Henning Brauer |
2004-05-08 | do not omit the IPv6 listening address | Henning Brauer |
2004-05-08 | add support for ipsec ah with manual keys, pfkey part already does so, and | Henning Brauer |
2004-04-28 | allow ah/esp spec with IKE, markus ok | Henning Brauer |
2004-04-28 | prefix the auth related defines by AUTH_, we had a name clash, markus ok | Henning Brauer |