Age | Commit message (Expand) | Author |
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 |
2005-06-24 | Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes | Claudio Jeker |
2005-06-16 | use prefixlen2mask() instead of doing the bitshifting by hand; fixes the | Henning Brauer |
2005-06-14 | Don't unref something that is used later. send_rtmsg() will call | Claudio Jeker |
2005-06-13 | route label support, kroute part and ID allocator as well as the internal | Henning Brauer |
2005-06-13 | realloc(3) correctly. Do not adjust the variable describing how much memory | Claudio Jeker |
2005-06-10 | Make sure that the ATTR_EXTLEN flag is unset if the attribute length is | Claudio Jeker |
2005-06-10 | Introduce attr_optlen() to get the total lenght of an optional attribute | Claudio Jeker |
2005-06-10 | Simplify show rib upcalls. Kill one mostly unused function. | Claudio Jeker |
2005-06-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio Jeker |
2005-06-09 | If there is a problem to connect to a remote peer, do the same log damping | Claudio Jeker |
2005-06-07 | Set the reject and blackhole flags for kernel routes too. This makes the | Claudio Jeker |
2005-06-07 | Fix the mask2prefixlen6() function once and for all. Netmasks are stored in | Claudio Jeker |
2005-06-06 | allow show fib to be limited to inet or inet6 families, claudio ok | Henning Brauer |
2005-06-05 | on CTL_KROUTE requests, send back both v4 and v6 routes | Henning Brauer |
2005-06-05 | work around another disgusting ugliness in v6: the netmasks we get on | Henning Brauer |
2005-06-05 | make log_in6addr actually work correctly - it is astounding how ugly things | Henning Brauer |