Age | Commit message (Expand) | Author |
2008-09-11 | remove hackery to un-demote after the session has been established for | Henning Brauer |
2008-09-05 | ignore unknown SAFIs in the MP capabilities. used by some to distribute | Henning Brauer |
2008-06-26 | fatalx instead of fatal because errno is not set of pipe is closed. OK henning | Claudio Jeker |
2008-05-08 | take advantage of the timewheel: instead of checking each an every | Henning Brauer |
2008-05-08 | change timer internals so that we use a timewheel (tailq, sorted by expiry | Henning Brauer |
2007-12-23 | provide timer_nextduein, which provides the number of seconds until the | Henning Brauer |
2007-12-23 | use timer_running (with left = NULL, which the last commit made possible) | Henning Brauer |
2007-12-20 | rework timers. | Henning Brauer |
2007-06-19 | Ignore SIGHUP in bgpd's children to allow the use of pkill -1 bgpd for | Pierre-Yves Ritschard |
2007-05-29 | Correctly encode the End-of-RIB marker capability. It is just 2 bytes not | Claudio Jeker |
2007-05-15 | draft-ietf-idr-restart -> RFC 4724 and bump draft-ietf-idr-as4bytes to | Claudio Jeker |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-03-28 | IPv6 ttl setting via IPV6_HOPLIMIT no longer works. Switch to | Claudio Jeker |
2007-03-16 | A few more s/2858/4760/ and use RFC <number> everywhere. | Claudio Jeker |
2007-02-22 | KNF | Henning Brauer |
2007-02-22 | do not try to set IP_TTL on non-INET listening sockets, it's not going | Henning Brauer |
2007-01-26 | Massiv rework of the control imsg flow. Main changes: | Claudio Jeker |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker |
2006-12-05 | implement the ttl security hack. since the pc slaves fear the word hack, | Henning Brauer |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-06 | fix pasto; only announce restart capability when announcing the restart | Henning Brauer |
2006-09-19 | make buffer_grow always return a valid struct buf; the contained buffer | Henning Brauer |
2006-08-27 | in the restart capability (that we do not actually send yet), set the | Henning Brauer |
2006-08-27 | fix a small logic botch in session_accept() in the fast reconnect logic, | Henning Brauer |
2006-08-27 | add code to announce the restart capability according to | Henning Brauer |
2006-08-27 | missing htons() in session_rrefresh() | Henning Brauer |
2006-08-27 | change how we advertise capabilities. | Henning Brauer |
2006-08-04 | add "restart" to max-prefix, allows sessions suspended due to reaching | Henning Brauer |
2006-07-30 | there's a nasty little race condition when the neigbor reached max-prefix | Henning Brauer |
2006-07-28 | factor out the code to build bgp messages, ok claudio a long time ago | Henning Brauer |
2006-06-18 | fix a comment | Henning Brauer |
2006-06-18 | make cloned sessions appear with RECONF_REINIT so they are treated like | Henning Brauer |
2006-06-17 | implement carp demotion control for bgpd. | Henning Brauer |
2006-06-12 | in session_setup_socket(), to take address family dependent action | Henning Brauer |
2006-06-10 | back in the dark age, carp interfaces were very strange - and we had to | Henning Brauer |
2006-05-27 | Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if | Claudio Jeker |
2006-05-27 | Cleanup with lint. Make the poll fd indexes unsigned and because of that | Claudio Jeker |
2006-05-23 | allow bgpd to request a route refresh from a neighbor if that neighbor | Henning Brauer |
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-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 |