summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/ospf6d.c
AgeCommit message (Expand)Author
2020-06-26Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCATbket
2020-01-02Rename orig_rtr_lsa_area() to orig_rtr_lsa()denis
2019-12-16Rework route priority filter.denis
2019-03-25One more TODO entry for reload support: check router-id changesJeremie Courreges-Anglas
2019-01-15For external LSAs the type (1 or 2) is encoded in the metric field. Do notremi
2019-01-14Improve error message when daemon is already running.Florian Obser
2018-12-29Add config option fib-priority to set a custom prio for routes ospf6dremi
2018-10-30ospf6d does not support reloading so its parent proc does not needremi
2018-09-01Prevent ospf6d from starting when another process is listening on theremi
2018-07-12Add support for rdomains.remi
2018-07-12With the "depend on" option routes are sent out with a metric of 65535 ifremi
2018-07-09Set log_setverbose(1) early to see debug logs during parsing the configremi
2017-11-05Disable config reload, ospf6d just exits on reload with simple setups.Jeremie Courreges-Anglas
2017-08-12bring ospf6d's log.c in sync with ospfd and bgpdSebastian Benoit
2017-05-30Adding multipath route support to ospf6d. Almost copied from ospfd.friehm
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
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
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-12Close connections when msgbuf_write() returns 0.Kenneth R Westerback
2013-11-13handle msgbuf_write() returning EAGAIN,Sebastian Benoit
2013-03-22Allow use of an alternative control socket, ported from ospfd. ok claudio@Stuart Henderson
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2010-08-22Redistributing the default route with ospf6d did not work correctly.Alexander Bluhm
2010-07-06Update the interfaces changes from kroute to rde via imsg. ThisAlexander Bluhm
2010-07-01The prefixes of interface addresses of an ospf link have to beAlexander Bluhm
2009-12-22Crap. Remove debug code that I did not plan to commit.Claudio Jeker
2009-12-22Holy inconsitancy Batman! While it is impossible to use embeded scope idsClaudio Jeker
2009-11-02Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.Claudio Jeker
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-28Print the correct function name in log_debug().Michele Marchetto
2008-12-28a few documentation updates for opsf6(8) and ospf6ctl(8): remove anIgor Sobrado
2008-05-13Unmangle previous commit. spotted by markus@ (wow !)Pierre-Yves Ritschard
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-10-25Support -D makro=value like bgpd and ripd. OK norby@Claudio Jeker
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11No need to store the interface mask. An interface represents a link and isClaudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-08Welcome ospf6dEsben Norby