Age | Commit message (Expand) | Author |
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 |
2004-04-27 | teach printconf about all this shiny new ipsec stuff | Henning Brauer |
2004-04-27 | rename the ipsec struct to auth, move all tcpmd5 related fields in there, and | Henning Brauer |
2004-04-26 | fix printing template neighbors | Henning Brauer |
2004-03-17 | Add missing space for sets in network statements. | Claudio Jeker |
2004-03-12 | print that capabilities stuff | Henning Brauer |
2004-03-11 | KNF | Henning Brauer |
2004-03-11 | Add basic support for communities. Currently it is only possible to filter | Claudio Jeker |
2004-03-01 | don't print empty descr | Henning Brauer |
2004-03-01 | KNF | Henning Brauer |