Age | Commit message (Expand) | Author |
2007-05-28 | allow matching on communities using 0 in the AS part, that is in use. | Henning Brauer |
2007-05-15 | Graceful restart is no longer a draft so point it to the right RFC 4724. | Claudio Jeker |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-03-28 | add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given community | Henning Brauer |
2007-03-16 | A few more s/2858/4760/ and use RFC <number> everywhere. | Claudio Jeker |
2007-03-16 | Update multiprotocol extension code to RFC 4760. This actually removes | Claudio Jeker |
2007-03-06 | allow filtering on peer-as (leftmost AS in path), ok claudio | Henning Brauer |
2007-01-26 | Massiv rework of the control imsg flow. Main changes: | Claudio Jeker |
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-27 | add code to announce the restart capability according to | Henning Brauer |
2006-08-27 | add buf_grow() to grow an existing buffer (realloc), claudio ok | Henning Brauer |
2006-08-23 | Extend show rib interface code so that it is possible to show the adj-rib-in | Claudio Jeker |
2006-08-04 | add "restart" to max-prefix, allows sessions suspended due to reaching | Henning Brauer |
2006-06-17 | implement carp demotion control for bgpd. | Henning Brauer |
2006-06-15 | Instead of passing three different kinds of arguments in show rib control | Claudio Jeker |
2006-06-14 | Send bot nexthops (exit and true) in the bgpctl show rib cases. bgpctl | Claudio Jeker |
2006-05-27 | Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if | Claudio Jeker |
2006-05-23 | allow bgpd to request a route refresh from a neighbor if that neighbor | Henning Brauer |
2006-04-26 | Remove filterset_names from bgpd.h and replace it with a function because | Claudio Jeker |
2006-04-25 | Mark fatal and fatalx as __dead from deraadt@ | Claudio Jeker |
2006-04-21 | msgbuf_writebound() and msgbuf_bounded() are leftovers from some ancient | 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-03-22 | Add a new SHOW imsg to send optional attributes to bgpctl. This can be used | Claudio Jeker |
2006-03-15 | Allow the control socket to be changed on the command line. Useful if you | 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 |
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 |