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