Age | Commit message (Expand) | Author |
2005-11-02 | Reorder and comment reconfigure(). Makes more sense so. | Claudio Jeker |
2005-11-02 | Use the new rde_filter_equal() with dir = DIR_OUT to check if a soft- | Claudio Jeker |
2005-11-02 | Implement filterset_equal() and rde_filter_equal(). Both return 1 if | Claudio Jeker |
2005-11-01 | Sort filter_set with equal type as well. This affects community | Claudio Jeker |
2005-11-01 | Relative metrics should be stored in relative and not metric. The one | Claudio Jeker |
2005-11-01 | Make sure, that the list of filter_sets is ordered. Makes comparing easier. | Claudio Jeker |
2005-11-01 | Softreconfig out support. On config reload filter changes of outgoing rules | Claudio Jeker |
2005-11-01 | Major cleanup in rde_update.c. Merge equal code used in different places | 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-10-19 | for "bgpctl neighbor foo up/down/clear", make bgpctl not exit after sending | Henning Brauer |
2005-10-19 | tsc tsc tsc, tabs are not always holy | Henning Brauer |
2005-10-19 | new keyword "down" in neighbor spec, when givenm, the session is not | Henning Brauer |
2005-10-19 | on "bgpctl neighbor foo clear", we used to send a STOP event immediately | Henning Brauer |
2005-10-19 | only allow connects in IDLE when the ConnectRetryTimer is running, aka | Henning Brauer |
2005-10-13 | Simplify poll loop as well. "grrr, OK" henning@ | Claudio Jeker |
2005-10-13 | Simplify poll loop, there is no need for nfds tracking. While there kill | Claudio Jeker |
2005-09-21 | Make sure that "updates" with only MP withdraws (MP_UNREACH_NRLI) stop | Claudio Jeker |
2005-09-21 | when the route to a nexthop is a reject or blackhole route, the nexthop | Henning Brauer |
2005-09-20 | allow "show rib" to be limited to an address family too | Henning Brauer |
2005-09-20 | let "bgpctl network show" print v6 addresses correctly | Henning Brauer |
2005-09-19 | implement fast reconnects | Henning Brauer |
2005-09-19 | KNF | Henning Brauer |
2005-09-08 | fix reloads where capbilities change | Henning Brauer |
2005-08-11 | two missing EINTR here too | Henning Brauer |
2005-08-10 | - comapared -> compared | Jason McIntyre |
2005-08-10 | Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know | Claudio Jeker |
2005-08-09 | Introduce new route decision tunable "rde med compare (always|strict)". | Claudio Jeker |
2005-07-29 | Debugging session at WTH. Fix many bugs in the IPv6 support -- some copy paste | Claudio Jeker |
2005-07-29 | Add another piece to the IPv6 puzzle. This time code to generate MP updates. | Claudio Jeker |
2005-07-28 | document the v4/v6 safi control buttons | Henning Brauer |
2005-07-28 | print the v4/v6 safi announce stuff, from wth | Henning Brauer |
2005-07-28 | keywords have to be sorted, and I can't sort properly | Henning Brauer |
2005-07-28 | allow the to be announced SAFIs to be specified per peer, that is part of the | Henning Brauer |
2005-07-24 | we must start the ConnectRetry timer before calling session_connect in | Henning Brauer |
2005-07-18 | fix a block that was indented too far. | David Gwynne |
2005-07-18 | minor nits in session.c, add an additional nconf == NULL check and switch | Claudio Jeker |
2005-07-14 | free commitz from pascoes kitchen. fix an error message | David Gwynne |
2005-07-04 | New function filterset_cmp() used two compare two struct filter_set for | Claudio Jeker |
2005-07-04 | Switch some parser rules from "string" to "STRING". "string" is to greedy | Claudio Jeker |
2005-07-01 | More spaces | Claudio Jeker |
2005-07-01 | tab after space | Claudio Jeker |
2005-07-01 | Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff. | Claudio Jeker |
2005-07-01 | The newly introduced function filterset_free() existed already as | 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-25 | Make the name2id/id2name code generically usable. This will be needed by | Claudio Jeker |