Age | Commit message (Expand) | Author |
2018-06-25 | Add IMSG_IFADDRADD to ospfe and the master process. | remi |
2018-02-05 | Introduce "depend on". This allows ospfd to set the metric dependent | remi |
2017-01-24 | sync log.c from relayd et al to ospfd. | Sebastian Benoit |
2016-12-21 | For IFINFO msgs, don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-12-21 | When receiving an IFINFO message, also update the MTU of the interface | Jeremie Courreges-Anglas |
2016-09-03 | Simplify shutdown process. | Renato Westphal |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2015-12-05 | Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code | Claudio Jeker |
2015-12-03 | imsg_read will return EAGAIN in some cases so prep code for it. | Claudio Jeker |
2015-11-22 | Improve ABR support especially for self-originated stub networks. | Claudio Jeker |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-02-10 | Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route | Claudio Jeker |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback |
2013-11-13 | from claudio | Sebastian Benoit |
2013-03-22 | reinstate code to announce routes to backup carp interfaces. this was removed | Stuart Henderson |
2013-01-17 | improve snapshot handling: | Markus Friedl |
2013-01-17 | do not send IMSG_LS_UPD if we have no links; ok claudio | Markus Friedl |
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 |