| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the struct imsgev static. With this ospf6d compiles with -fno-common |  claudio | 2021-01-19 | 1 | -3/+3 |
* | Like in ospfd rename nconf to noeconf in the ospf engine to remove |  claudio | 2021-01-19 | 1 | -10/+10 |
* | Like in ospfd use a static pkt_ptr buffer. |  claudio | 2021-01-19 | 1 | -5/+1 |
* | Do the same control cleanup as in ospfd. Move control_state and ctl_conns |  claudio | 2021-01-19 | 1 | -4/+2 |
* | When IMSG_IFADD is removed, IMSG_IFDELETE becomes useless |  denis | 2020-05-16 | 1 | -15/+1 |
* | IMSG_IFADD is never used, wipe it |  denis | 2020-05-16 | 1 | -13/+1 |
* | Rename orig_rtr_lsa_area() to orig_rtr_lsa() |  denis | 2020-01-02 | 1 | -15/+4 |
* | Cleanup control. |  denis | 2020-01-01 | 1 | -5/+1 |
* | Refactor link state ack/req. |  denis | 2019-12-28 | 1 | -2/+2 |
* | Area is now part of struct iface |  denis | 2019-12-23 | 1 | -15/+10 |
* | Scale send buffer on socket. |  denis | 2019-12-22 | 1 | -2/+2 |
* | Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs. |  remi | 2019-06-11 | 1 | -6/+2 |
* | Prevent ospf6d from starting when another process is listening on the |  remi | 2018-09-01 | 1 | -6/+13 |
* | Add support for rdomains. |  remi | 2018-07-12 | 1 | -2/+2 |
* | With the "depend on" option routes are sent out with a metric of 65535 if |  remi | 2018-07-12 | 1 | -5/+35 |
* | pledge(2) |  friehm | 2018-07-10 | 1 | -1/+4 |
* | bring ospf6d's log.c in sync with ospfd and bgpd |  benno | 2017-08-12 | 1 | -2/+8 |
* | Don't run the FSM if the interface state hasn't changed. |  jca | 2016-12-22 | 1 | -4/+12 |
* | Simplify shutdown process. |  renato | 2016-09-03 | 1 | -7/+11 |
* | work on making log.c similar in all daemons: |  benno | 2016-09-02 | 1 | -1/+2 |
* | EAGAIN handling for imsg_read. OK henning@ benno@ |  claudio | 2015-12-05 | 1 | -5/+5 |
* | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. |  stsp | 2015-09-27 | 1 | -2/+2 |
* | Same session_socket_blockmode() changes as done to ospfd. Also do the same |  claudio | 2015-02-10 | 1 | -3/+3 |
* | Nuke more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | Close connections when msgbuf_write() returns 0. |  krw | 2014-07-12 | 1 | -3/+7 |
* | handle msgbuf_write() returning EAGAIN, |  benno | 2013-11-13 | 1 | -3/+3 |
* | sync w/ospfd: improve snapshot handling; ok claudio, sthen |  markus | 2013-03-25 | 1 | -3/+15 |
* | Allow use of an alternative control socket, ported from ospfd. ok claudio@ |  sthen | 2013-03-22 | 1 | -2/+2 |
* | typo in comment |  sthen | 2013-03-22 | 1 | -2/+2 |
* | Fix trailing whitespaces. |  bluhm | 2012-09-17 | 1 | -2/+2 |
* | Rework the distribution of link state and iface FSM state changes. |  claudio | 2011-07-07 | 1 | -3/+4 |
* | KNF |  claudio | 2011-07-07 | 1 | -8/+8 |
* | Kill nh_reachable. Link state checking is so easy now that it does not |  claudio | 2011-07-07 | 1 | -3/+3 |
* | Some cleanup, some KNF and sync non functional differences with |  claudio | 2011-05-02 | 1 | -11/+14 |
* | Origin network-LSA with options based on the options of the link-LSAs. |  bluhm | 2010-08-22 | 1 | -2/+15 |
* | Use the static variable narea only where needed for config reload. |  bluhm | 2010-07-06 | 1 | -15/+15 |
* | Fix all white space bugs in ospf6d at once. No binary change. |  bluhm | 2010-07-01 | 1 | -3/+3 |
* | The prefixes of interface addresses of an ospf link have to be |  bluhm | 2010-07-01 | 1 | -1/+47 |
* | Rename some imsg bits to make namespace collisions less likely buf to |  nicm | 2010-05-26 | 1 | -44/+44 |
* | make ospf6ctl/ospf6d imsg-in-a-lib ready too. |  eric | 2009-06-06 | 1 | -40/+46 |
* | Remove redundant imsg_event_add calls; ok claudio@ |  jacekm | 2009-05-31 | 1 | -3/+1 |
* | libevent handler fix to allow EV_READ and EV_WRITE to be set at the same |  claudio | 2009-05-31 | 1 | -15/+7 |
* | Now that struct lsa_net represents just the options, orig_net_lsa() |  stsp | 2009-03-29 | 1 | -8/+8 |
* | Remove origination of Intra-Area-Prefix LSAs from ospfe. |  stsp | 2009-02-19 | 1 | -104/+1 |
* | Fix two obvious copy-paste errors in fatal error messages. We were |  stsp | 2009-02-10 | 1 | -2/+2 |
* | In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bit |  stsp | 2009-02-03 | 1 | -2/+4 |
* | Formatting fixes. |  stsp | 2009-02-03 | 1 | -3/+3 |
* | Correctly byte-swap the link state ID when building Intra-Area-Prefix |  stsp | 2009-01-29 | 1 | -2/+2 |
* | Originate Intra-Area-Prefix LSAs which reference a router LSA. |  stsp | 2009-01-29 | 1 | -2/+104 |
* | Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list |  stsp | 2009-01-28 | 1 | -1/+2 |