Age | Commit message (Expand) | Author |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-05-09 | First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can | Claudio Jeker |
2011-05-02 | Some KNF, some other cleanup, fix some fatalx() messages. | Claudio Jeker |
2011-03-25 | Rewrite the lsack generation. Make it more like the lsupdate code. | Claudio Jeker |
2011-03-24 | Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop | Claudio Jeker |
2011-03-08 | Instead of using IBUF_READ_SIZE as upper bound when building various | Claudio Jeker |
2010-10-01 | Reword a comment | Claudio Jeker |
2010-06-28 | Fix IFADDRDEL imsg error message. | Alexander Bluhm |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-02-16 | Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to | Claudio Jeker |
2009-09-30 | Announce a stub network LSA for backup carp interfaces. This should help | Claudio Jeker |
2009-09-30 | 0xffff -> MAX_METRIC. Idea by sthen@, I like it :) | Claudio Jeker |
2009-09-19 | KNF indentation; no binary change | Stuart Henderson |
2009-08-09 | Scale both receive and send buffer on the raw socket. The default 8192 | Claudio Jeker |
2009-06-06 | sync ospfctl/ospfd with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-05 | make ospfd's imsg lib ready as well. | Pierre-Yves Ritschard |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | The libevent callback function may be called with EV_READ and EV_WRITE | Claudio Jeker |
2009-04-26 | comment typos; no binary change | Stuart Henderson |
2009-04-07 | allow to specify an alternate control socket instead of /var/run/ospfd.sock. | Reyk Floeter |
2009-03-04 | Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non | Claudio Jeker |
2009-01-07 | Full stub area support. This allows ABRs to announce a default network | Claudio Jeker |
2008-11-24 | Initial support for stub areas. The bit still missing is the redistribution | Claudio Jeker |
2007-10-13 | Funny typo, it is fib not fip so adjust function name. | Claudio Jeker |
2007-10-11 | Bye bye global ospf options. OSPF options are per area (at least the one | Claudio Jeker |
2007-10-01 | fix alot of whitespace problems... | Esben Norby |
2007-07-25 | Don't fatal if the imsg pipe is closed, this is often triggered in the parent | Claudio Jeker |
2007-06-19 | Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in | Pierre-Yves Ritschard |
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-26 | Set the metric for loopback interfaces. | Esben Norby |
2007-02-01 | Preliminary configuration reload support. Seems to work reasonably well | Claudio Jeker |
2007-01-11 | Silently ignore unknown neighbors in the rde and ospfe imsg handler. This | Claudio Jeker |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
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-05-30 | Uups, this file should be commited with the redistribute rtlabel stuff. | Claudio Jeker |
2006-04-25 | More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED. | Claudio Jeker |
2006-04-16 | KNF | Henning Brauer |
2006-03-09 | Log link state changes. | Esben Norby |
2006-03-08 | Remove unused quit flag inherited from bgpd long ago. | Claudio Jeker |
2006-03-08 | Check for implied acks. If we receive an update that is on our retransmission | Claudio Jeker |
2006-02-21 | Better English in comments. | Claudio Jeker |
2006-02-19 | Do not allocate a new chunk of memory every time we receive a packet. | Esben Norby |
2006-02-10 | ospfd does not need fd passing via the imsg framework so remove that code | Claudio Jeker |
2006-01-05 | Make ospfd respect carp(4) interfaces and their weird behaviour. They will | Claudio Jeker |
2005-12-29 | Instead of a simple timer per neighbor for the LS retransmition list use | Claudio Jeker |
2005-12-15 | Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@ | Claudio Jeker |
2005-12-04 | Increase the receive buffer of the raw socket. | Esben Norby |