summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospfe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis2020-05-161-15/+1
* IMSG_IFADD is never used, wipe itdenis2020-05-161-13/+1
* Rename orig_rtr_lsa_area() to orig_rtr_lsa()denis2020-01-021-15/+4
* Cleanup control.denis2020-01-011-5/+1
* Refactor link state ack/req.denis2019-12-281-2/+2
* Area is now part of struct ifacedenis2019-12-231-15/+10
* Scale send buffer on socket.denis2019-12-221-2/+2
* Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi2019-06-111-6/+2
* Prevent ospf6d from starting when another process is listening on theremi2018-09-011-6/+13
* Add support for rdomains.remi2018-07-121-2/+2
* With the "depend on" option routes are sent out with a metric of 65535 ifremi2018-07-121-5/+35
* pledge(2)friehm2018-07-101-1/+4
* bring ospf6d's log.c in sync with ospfd and bgpdbenno2017-08-121-2/+8
* Don't run the FSM if the interface state hasn't changed.jca2016-12-221-4/+12
* Simplify shutdown process.renato2016-09-031-7/+11
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-5/+5
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-271-2/+2
* Same session_socket_blockmode() changes as done to ospfd. Also do the sameclaudio2015-02-101-3/+3
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* Close connections when msgbuf_write() returns 0.krw2014-07-121-3/+7
* handle msgbuf_write() returning EAGAIN,benno2013-11-131-3/+3
* sync w/ospfd: improve snapshot handling; ok claudio, sthenmarkus2013-03-251-3/+15
* Allow use of an alternative control socket, ported from ospfd. ok claudio@sthen2013-03-221-2/+2
* typo in commentsthen2013-03-221-2/+2
* Fix trailing whitespaces.bluhm2012-09-171-2/+2
* Rework the distribution of link state and iface FSM state changes.claudio2011-07-071-3/+4
* KNFclaudio2011-07-071-8/+8
* Kill nh_reachable. Link state checking is so easy now that it does notclaudio2011-07-071-3/+3
* Some cleanup, some KNF and sync non functional differences withclaudio2011-05-021-11/+14
* Origin network-LSA with options based on the options of the link-LSAs.bluhm2010-08-221-2/+15
* Use the static variable narea only where needed for config reload.bluhm2010-07-061-15/+15
* Fix all white space bugs in ospf6d at once. No binary change.bluhm2010-07-011-3/+3
* The prefixes of interface addresses of an ospf link have to bebluhm2010-07-011-1/+47
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-44/+44
* make ospf6ctl/ospf6d imsg-in-a-lib ready too.eric2009-06-061-40/+46
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-3/+1
* libevent handler fix to allow EV_READ and EV_WRITE to be set at the sameclaudio2009-05-311-15/+7
* Now that struct lsa_net represents just the options, orig_net_lsa()stsp2009-03-291-8/+8
* Remove origination of Intra-Area-Prefix LSAs from ospfe.stsp2009-02-191-104/+1
* Fix two obvious copy-paste errors in fatal error messages. We werestsp2009-02-101-2/+2
* In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bitstsp2009-02-031-2/+4
* Formatting fixes.stsp2009-02-031-3/+3
* Correctly byte-swap the link state ID when building Intra-Area-Prefixstsp2009-01-291-2/+2
* Originate Intra-Area-Prefix LSAs which reference a router LSA.stsp2009-01-291-2/+104
* Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a liststsp2009-01-281-1/+2
* orig_link_lsa() was assuming either virtual or broadcast link.stsp2009-01-031-5/+16
* Add support for originating router LSAs over point-to-point links.stsp2009-01-021-27/+5
* Remove debug message that does not help. The problem with the initial floodclaudio2008-12-301-2/+1
* Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes areclaudio2008-12-301-2/+3