Age | Commit message (Expand) | Author |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-02-12 | Switch address and AS fields in mrt dump messages for incoming traffic so | Claudio Jeker |
2007-02-12 | Fix some log_warn() messages. | Claudio Jeker |
2006-02-08 | For now dump only stuff from the local-RIB into mrt table dumps. | Claudio Jeker |
2006-01-05 | Cache optional BGP attributes (mostly communities) and use a simple | Claudio Jeker |
2005-11-29 | Add a flags field to struct prefix which will be used shortly. Remove the peer | Claudio Jeker |
2004-12-23 | KNF | Henning Brauer |
2004-11-11 | Store the local v4 and v6 address of a session. For IPv4 sessions the first | Claudio Jeker |
2004-09-16 | imsg API cleanup: | Henning Brauer |
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker |
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker |
2004-08-11 | buf_write() returns -1 on error and -2 on connection closed. Treat both | Claudio Jeker |
2004-08-10 | Always free message buffer on error. | Claudio Jeker |
2004-08-10 | Support IPv6 in message and state transition dumps. Table dumps still | Claudio Jeker |
2004-08-06 | Monster diff to get one step closer to IPv6 support. | Claudio Jeker |
2004-08-05 | struct prefix has a pointer to the peer so use it everywhere directly instead | Claudio Jeker |
2004-08-03 | Make mrt dumps mrt compliant. I already fixed one of those but this one | Claudio Jeker |
2004-07-28 | The hole dance to close a mrt file after fd passing in the parent is not | Claudio Jeker |
2004-07-07 | Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks. | Claudio Jeker |
2004-07-07 | Bad interpretation of the oh so well documented mrt spec. Found by | Claudio Jeker |
2004-07-03 | Switch mrt dumping to fd passing. This gives some speed up when extensive | Claudio Jeker |
2004-06-22 | Make the RDE IPv6 ready missing is the message handling. The internal | Claudio Jeker |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-04-29 | sock -> fd; ok henning | Theo de Raadt |
2004-04-28 | spacing | Theo de Raadt |
2004-02-27 | remove unneded peer pointer in struct prefix and change a in_addr_t to | Claudio Jeker |
2004-02-25 | Rewrite some parts of the mrt dump handling. It is no longer possible to | Claudio Jeker |
2004-02-19 | Make the code more portable. Add some missing header files and make the use | Claudio Jeker |
2004-02-02 | * use macro expansion instead of hardcoding 'buf'. | Henning Brauer |
2004-01-27 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-11 | Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever | Claudio Jeker |
2004-01-11 | The buffer changes produced some fallout in the mrt code. | Claudio Jeker |
2004-01-10 | RDE update generation. First we queue all updates and withdraws on a per | Claudio Jeker |
2004-01-07 | Duh. Fixing stupid braino. OK henning@ | Claudio Jeker |
2004-01-06 | Free buf on error and correct of by one in strlcpy. | Claudio Jeker |
2004-01-06 | 2004 OK henning@ | Claudio Jeker |
2004-01-06 | Fix reopening of dump files. | Claudio Jeker |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
2004-01-01 | conf -> mconf | Henning Brauer |
2003-12-26 | when this project started and i added the fatal() function, I made it take | Henning Brauer |
2003-12-26 | In the mrt state machine one state was forgotten. This caused the parent | Claudio Jeker |
2003-12-25 | free where it was allocated; much easier to verify | Henning Brauer |
2003-12-24 | handle write() returning 0 correctly, adjust the msgbuf API appropriately, | Henning Brauer |
2003-12-23 | spacing | Theo de Raadt |
2003-12-21 | wrap read & write buffers for imsgs into a struct. | Henning Brauer |
2003-12-21 | overhaul the write buffering code. | Henning Brauer |
2003-12-21 | yet more from the castathon; most aspath functions where accessing non- | Claudio Jeker |
2003-12-20 | knf. OK henning@ | Claudio Jeker |
2003-12-20 | let buf_add take void *data instead of u_char *data and save a zillion | Henning Brauer |