Age | Commit message (Expand) | Author |
2006-02-08 | fix logic both in the decision when to re-init the capabilities negotiation | Henning Brauer |
2006-01-24 | missing space in error message, and make it slightly betterer while there | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | Henning Brauer |
2006-01-03 | Track some (memory) statistics in the RDE. Accessible via bgpctl. | Claudio Jeker |
2006-01-03 | Plug some mem leaks. | Claudio Jeker |
2005-12-08 | When parsing open messages enforce that the optional parameter length is | Claudio Jeker |
2005-11-01 | Switch from the per peer filter set list to a filter-only solution. | Claudio Jeker |
2005-10-19 | new keyword "down" in neighbor spec, when givenm, the session is not | Henning Brauer |
2005-10-19 | only allow connects in IDLE when the ConnectRetryTimer is running, aka | 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-08 | fix reloads where capbilities change | 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-01 | Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff. | Claudio Jeker |
2005-06-16 | use prefixlen2mask() instead of doing the bitshifting by hand; fixes the | Henning Brauer |
2005-06-09 | If there is a problem to connect to a remote peer, do the same log damping | Claudio Jeker |
2005-06-04 | when the max-prefix limit was exceeded generate a STOP event; we do not | Henning Brauer |
2005-06-04 | call the FSM with a CON_FATAL event after sending notifications in the cases | Henning Brauer |
2005-06-04 | do not send out suberrorcodes for cease errors; there are none in the | Henning Brauer |
2005-06-04 | use the recorded error code to prevent sending out multiple notifications | Henning Brauer |
2005-06-04 | when sending out a notification record the error code and suberror code in | Henning Brauer |
2005-06-04 | relay IMSG_CTL_KROUTE6 as well, from somewhere in BC on the drive to vancouver | Henning Brauer |
2005-06-02 | Use the correct pointer when printing out the error message. OK henning | Chad Loder |
2005-05-24 | KNF | Claudio Jeker |
2005-05-23 | no need for endpwent() | Henning Brauer |
2005-05-03 | setres[ug]id; ok claudio@ | Damien Miller |
2005-03-30 | bgpd used to open listeners in advance in the parent and the SE picked | Henning Brauer |
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-11 | shutdown() directly before close() is useless, theo | Henning Brauer |
2004-12-23 | in getpeerbydesc(), complain if we find more than one match and return NULL | Henning Brauer |
2004-12-23 | introduce getpeerbydesc(), find a peer by its description | Henning Brauer |
2004-12-23 | lower latency by processing no more than 25 messages at once for each peer | Henning Brauer |
2004-12-07 | oups, little FSM error: when we're in CONNECT and get an CON_OPEN event | Henning Brauer |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | 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 | inside struct peer, replace the occurance of the older struct peer_capa | Henning Brauer |
2004-11-18 | remove the global 'announce' flag from struct peer_capa, clear | Henning Brauer |
2004-11-18 | let peer->capa.mp_[v4|v6] contain the SAFI, don't just use it as bool | Henning Brauer |
2004-11-18 | introduce session_capa_mp() which adds the multiprotocol announcements | Henning Brauer |
2004-11-18 | add code to announce support for IPv6 Unicast. | Henning Brauer |
2004-11-18 | supress logging of subsequent connect() failures as long as: | Henning Brauer |
2004-11-11 | Unbreak link local IPv6 sessions by setting the correct scope_id in | Claudio Jeker |
2004-11-10 | "not reached" does not help LINT use NOTREACHED instead and use it only in | Claudio Jeker |
2004-11-02 | save the previous state in struct peer, claudio ok | Henning Brauer |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-10-07 | use a static, const and prefilled u_int8_t[16] to check wether the marker | Henning Brauer |