summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/ospf6d.h
AgeCommit message (Expand)Author
2020-05-17IF_IFACE_AVAIL is never used/checked, wipe it.denis
2020-05-16When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis
2020-05-16IMSG_IFADD is never used, wipe itdenis
2020-04-05Handle connected routes as ospfd(8) does.denis
2020-01-21Allow the interface setting "type p2p" to be configured globallz or perremi
2020-01-03Remove unused variabledenis
2019-12-26Add point-to-point support for broadcast interfaces.remi
2019-12-23Area is now part of struct ifacedenis
2019-12-16Rework route priority filter.denis
2019-06-11Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi
2018-12-29Add config option fib-priority to set a custom prio for routes ospf6dremi
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-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2017-08-12bring ospf6d's log.c in sync with ospfd and bgpdSebastian Benoit
2017-06-19Import route priority support from ospfd to ospf6d.friehm
2017-05-30Adding multipath route support to ospf6d. Almost copied from ospfd.friehm
2016-12-27Replace struct rroute with struct kroute, as done in ospfdJeremie Courreges-Anglas
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.Stefan Sperling
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-01-14kroute.c rev 1.69 of ospfd for ospf6dFlorian Obser
2012-10-22Unfortunately "ospf6ctl show fib" printed embedded scopes as theAlexander Bluhm
2012-09-19Instead of fiddling about the kame hack here and there, implementAlexander Bluhm
2011-07-07Kill nh_reachable. Link state checking is so easy now that it does notClaudio Jeker
2010-08-22Redistributing the default route with ospf6d did not work correctly.Alexander Bluhm
2010-07-01The prefixes of interface addresses of an ospf link have to beAlexander Bluhm
2010-06-03The is no md5 authentication in OSPFv3. Remove some leftovers fromAlexander Bluhm
2009-12-22Add interface index aka. scope id to struct kroute so that the rde can passClaudio Jeker
2009-12-22Link local addressing strikes again. Include ifindex in all nexthopClaudio Jeker
2009-11-02Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.Claudio Jeker
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06make ospf6ctl/ospf6d imsg-in-a-lib ready too.Eric Faurot
2009-01-28Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a listStefan Sperling
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio 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-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-11There is no need to support interface em0:<IP> anymore. Remove most of theClaudio Jeker
2007-10-11No need to store the interface mask. An interface represents a link and isClaudio Jeker
2007-10-11In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soClaudio Jeker
2007-10-11Last commit added way to much stuff. Revert the readd of global options.Claudio Jeker
2007-10-11area_ospf_options() should return the options in network byte order.Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-09The router dead_interval switched from 32bit to a 16bit value in OSPFv3.Claudio Jeker
2007-10-08Welcome ospf6dEsben Norby