Age | Commit message (Expand) | Author |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-02-10 | Same session_socket_blockmode() changes as done to ospfd. Also do the same | 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 | handle msgbuf_write() returning EAGAIN, | Sebastian Benoit |
2013-03-25 | sync w/ospfd: improve snapshot handling; ok claudio, sthen | Markus Friedl |
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson |
2013-03-22 | typo in comment | Stuart Henderson |
2012-09-17 | Fix trailing whitespaces. | Alexander Bluhm |
2011-07-07 | Rework the distribution of link state and iface FSM state changes. | Claudio Jeker |
2011-07-07 | KNF | Claudio Jeker |
2011-07-07 | Kill nh_reachable. Link state checking is so easy now that it does not | Claudio Jeker |
2011-05-02 | Some cleanup, some KNF and sync non functional differences with | Claudio Jeker |
2010-08-22 | Origin network-LSA with options based on the options of the link-LSAs. | Alexander Bluhm |
2010-07-06 | Use the static variable narea only where needed for config reload. | Alexander Bluhm |
2010-07-01 | Fix all white space bugs in ospf6d at once. No binary change. | Alexander Bluhm |
2010-07-01 | The prefixes of interface addresses of an ospf link have to be | Alexander Bluhm |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2009-06-06 | make ospf6ctl/ospf6d imsg-in-a-lib ready too. | Eric Faurot |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | libevent handler fix to allow EV_READ and EV_WRITE to be set at the same | Claudio Jeker |
2009-03-29 | Now that struct lsa_net represents just the options, orig_net_lsa() | Stefan Sperling |
2009-02-19 | Remove origination of Intra-Area-Prefix LSAs from ospfe. | Stefan Sperling |
2009-02-10 | Fix two obvious copy-paste errors in fatal error messages. We were | Stefan Sperling |
2009-02-03 | In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bit | Stefan Sperling |
2009-02-03 | Formatting fixes. | Stefan Sperling |
2009-01-29 | Correctly byte-swap the link state ID when building Intra-Area-Prefix | Stefan Sperling |
2009-01-29 | Originate Intra-Area-Prefix LSAs which reference a router LSA. | Stefan Sperling |
2009-01-28 | Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list | Stefan Sperling |
2009-01-03 | orig_link_lsa() was assuming either virtual or broadcast link. | Stefan Sperling |
2009-01-02 | Add support for originating router LSAs over point-to-point links. | Stefan Sperling |
2008-12-30 | Remove debug message that does not help. The problem with the initial flood | Claudio Jeker |
2008-12-30 | Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes are | Claudio Jeker |
2008-12-30 | Correctly compute the options for the net LSA as pre RFC options is set to | Claudio Jeker |
2008-12-30 | First try at originating Link (type-8) LSA. Code is wrong and the initial | Claudio Jeker |
2008-12-28 | Initial bits for originating net lsa again from Stefan Sperling with some | Claudio Jeker |
2008-12-28 | area_ospf_options() should not return network byte order options. Instead | Claudio Jeker |
2008-12-28 | First shot at originating router LSA, still a lot of XXX but seems to | Claudio Jeker |
2007-12-13 | Monster commit of stuff I did mostly last month. What it does: | Claudio Jeker |
2007-11-27 | Make lsa_find() find link local LSA by passing the interface instead of the | Claudio Jeker |
2007-11-27 | Monster diff to bring us a bit on track again. | Claudio Jeker |
2007-10-13 | From ospfd: Funny typo, it is fib not fip so adjust function name. | Claudio Jeker |
2007-10-11 | Disable some code that is currently far from working and results in frequent | Claudio Jeker |
2007-10-11 | From ospfd: | Claudio Jeker |
2007-10-09 | Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and the | Claudio Jeker |
2007-10-08 | Welcome ospf6d | Esben Norby |