Age | Commit message (Expand) | Author |
2009-01-31 | Pass the buffer to send_packet() instead of spliting it up. This removes | Claudio Jeker |
2007-10-13 | Funny typo, it is fib not fip so adjust function name. | Claudio Jeker |
2007-10-11 | Do not overload nbr->options with the dd exchange bits. nbr->options is used | Claudio Jeker |
2007-05-29 | Demote support for ospfd. It is possible to specify a demote group on | Claudio Jeker |
2007-03-21 | Add support for RFC 3137: OSPF Stub Router Advertisement | Claudio Jeker |
2007-02-01 | Implement md_list_send() function to send auth crypt keys to the OSPF engine. | Claudio Jeker |
2006-11-17 | Support for multiple networks on one interface. Until now only the main | Claudio Jeker |
2006-09-27 | Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use | Claudio Jeker |
2006-06-02 | remove unused variable, found by lint. | Esben Norby |
2006-04-25 | Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED. | Claudio Jeker |
2006-04-25 | Kill unused function and add a ARGSUSED. | Claudio Jeker |
2006-04-24 | Fix parser to match current behaviour and make auth-type et al. part of the | Claudio Jeker |
2006-03-13 | The return value of the start/stop timer functions is almost never checked. | Claudio Jeker |
2006-03-09 | Move *_name functions to log.c and use these for both ospfd and ospfctl. | Claudio Jeker |
2006-03-09 | Switch send_packet from char * to void * and from int to size_t. The function | Claudio Jeker |
2006-02-19 | Keep track of the duration of our relationships with neighbors. | Esben Norby |
2006-02-19 | Do not traverse the entire LS retransmission list to figure out how many | Esben Norby |
2006-02-19 | Do not allocate a new chunk of memory every time we receive a packet. | Esben Norby |
2006-02-02 | zap md_list_empty, found by lint. | Esben Norby |
2005-12-29 | Instead of a simple timer per neighbor for the LS retransmition list use | Claudio Jeker |
2005-12-15 | Simpify iface_del() and nbr_del(). make them void funtions as they can not fail | Claudio Jeker |
2005-12-04 | Increase the receive buffer of the raw socket. | Esben Norby |
2005-11-04 | Remove unused variable link_state in struct nbr. | Claudio Jeker |
2005-10-18 | Cleanup interface code a minimal bit. There is no need for if_shutdown(), | Claudio Jeker |
2005-05-26 | Remove unused neighbor state. | Esben Norby |
2005-04-25 | Call if_init() later and for each interface separately. | Claudio Jeker |
2005-04-25 | Move the creation of the ospf_socket from if_init() directly into ospfe(). | Claudio Jeker |
2005-04-12 | Support for self originated AS-external LSA. | Claudio Jeker |
2005-04-05 | Use the dynamic buffer API for packet generation and sending. | Claudio Jeker |
2005-03-31 | Add support for crypt authentication (MD5). | Esben Norby |
2005-03-22 | Remove bool cruft. | Esben Norby |
2005-03-17 | Handle the retransmission queues correctly. Mainly iface state DROTHER | Claudio Jeker |
2005-03-07 | Track interface state (up/down) and media status. Simplify the code a bit | Claudio Jeker |
2005-02-10 | Work around a timing issue in the db exchange phase. The DB description | Claudio Jeker |
2005-02-09 | NBR_STA_ACTIVE is just ~NBR_STA_DOWN instead of some hardcoded magic. | Claudio Jeker |
2005-02-09 | Rework of self originated LSA. First of all the code to generate the LSA | Claudio Jeker |
2005-02-02 | KNF | Henning Brauer |
2005-01-28 | Change my email address to the OpenBSD one since Ericsson has nothing to | Esben Norby |
2005-01-28 | Welcome ospfd | Claudio Jeker |