Age | Commit message (Expand) | Author |
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 |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | Henning Brauer |
2006-01-20 | Proactively fix prefix counters. Currently only F_LOCAL prefixes exist but | Claudio Jeker |
2006-01-05 | Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and | Claudio Jeker |
2006-01-05 | Cache optional BGP attributes (mostly communities) and use a simple | Claudio Jeker |
2006-01-04 | Correctly count the number of allocated BGP attributes. Needs a own counter. | Claudio Jeker |
2006-01-03 | Track some (memory) statistics in the RDE. Accessible via bgpctl. | Claudio Jeker |
2006-01-03 | Move functions shared with bgpctl into new file util.c. Simplifies the | Claudio Jeker |
2005-11-02 | Mark some additional function arguments as const. | Claudio Jeker |
2005-11-01 | Switch from the per peer filter set list to a filter-only solution. | Claudio Jeker |
2005-10-19 | for "bgpctl neighbor foo up/down/clear", make bgpctl not exit after sending | Henning Brauer |
2005-10-19 | new keyword "down" in neighbor spec, when givenm, the session is not | Henning Brauer |
2005-09-20 | let "bgpctl network show" print v6 addresses correctly | Henning Brauer |
2005-08-09 | Introduce new route decision tunable "rde med compare (always|strict)". | Claudio Jeker |
2005-07-04 | New function filterset_cmp() used two compare two struct filter_set for | Claudio Jeker |
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-28 | Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags as | Claudio Jeker |
2005-06-25 | name2id prototypes | Henning Brauer |
2005-06-24 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker |
2005-06-13 | route label support, kroute part and ID allocator as well as the internal | Henning Brauer |
2005-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker |
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker |
2005-04-26 | unify shared code a bit again to make future syncs easier | Henning Brauer |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2005-03-28 | ewps, this was not supposed to creep in | Henning Brauer |
2005-03-28 | free rules_l if the initial config file parse fails | Henning Brauer |
2005-03-23 | ssize_t -> size_t, from ntpd, there from Alexander von Gernler | Henning Brauer |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer |
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker |
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer |
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker |
2005-02-01 | switch the buffer size describing vars from ssize_t to size_t and adjust | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-12-23 | even more excellent alignment, with mickey | Henning Brauer |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker |
2004-11-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-18 | Subsequent Address Family Indicators (SAFI) in hex and add SAFI_NONE | Henning Brauer |
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker |
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-09-16 | imsg type is really an enum imsg_type and not an int | Henning Brauer |