Age | Commit message (Expand) | Author |
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 |
2004-10-05 | reject an all zero bgpid, following a similar suggestion from | Henning Brauer |
2004-09-22 | don't bother shrinking the pfd and index2peer arrays | Henning Brauer |
2004-09-16 | when a cloned peer goes back to IDLE state, don't remove him immediately | Henning Brauer |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-09-16 | malloc the imsg buffers instead of having them staticly, suggested by | Henning Brauer |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker |
2004-08-11 | Cleanup on exit. OK henning@ | Claudio Jeker |
2004-08-10 | Gahhh, why is this still around? It was never necessary to inform the parent | Claudio Jeker |
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker |
2004-08-04 | session_main() and rde_main() return... right, a pid. and a pid is a pid_t | Henning Brauer |
2004-07-13 | fix some typos | Jared Yanovich |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-22 | Precedence fix; ok henning@ | Alexander Guy |
2004-06-22 | missing bzero in a function for this strange other address family | Henning Brauer |
2004-06-22 | Templates with unknown AS where always configured as ebgp peers even if | Claudio Jeker |
2004-06-22 | so we call realloc() on our pollfd array and the peer_l one when they shrunk | Henning Brauer |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-06-09 | move to a dynamically allocated struct pollfd array. | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-05-28 | detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts | Henning Brauer |
2004-05-28 | don't want SO_REUSEPORT... | Henning Brauer |
2004-05-21 | Add support for dynamic announcements. Usefule to annouce temporary | Claudio Jeker |
2004-05-08 | remove unused argument to control_dispatch_msg(), lint | Henning Brauer |
2004-05-06 | oups, spaces | Henning Brauer |
2004-05-06 | the Address Family Identifier field in the capability announcement is | Henning Brauer |
2004-05-06 | do not punish the peer (by holding him in IDLE for IdleHoldTime seconds) when | Henning Brauer |
2004-05-06 | improve logging in teh capabilities parser | Henning Brauer |
2004-05-06 | scale socket buffer sizes (and thus window size) up to up to 64k, | Henning Brauer |
2004-05-06 | there's a little race condition: a session is taken down and its associated | Henning Brauer |