summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospf6d.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* IF_IFACE_AVAIL is never used/checked, wipe it.denis2020-05-171-2/+1
* When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis2020-05-161-2/+1
* IMSG_IFADD is never used, wipe itdenis2020-05-161-2/+1
* Handle connected routes as ospfd(8) does.denis2020-04-051-1/+2
* Allow the interface setting "type p2p" to be configured globallz or perremi2020-01-211-2/+1
* Remove unused variabledenis2020-01-031-2/+1
* Add point-to-point support for broadcast interfaces.remi2019-12-261-1/+2
* Area is now part of struct ifacedenis2019-12-231-3/+4
* Rework route priority filter.denis2019-12-161-3/+5
* Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi2019-06-111-2/+4
* Add config option fib-priority to set a custom prio for routes ospf6dremi2018-12-291-2/+3
* Prevent ospf6d from starting when another process is listening on theremi2018-09-011-1/+3
* Add support for rdomains.remi2018-07-121-3/+5
* With the "depend on" option routes are sent out with a metric of 65535 ifremi2018-07-121-1/+5
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* bring ospf6d's log.c in sync with ospfd and bgpdbenno2017-08-121-1/+2
* Import route priority support from ospfd to ospf6d.friehm2017-06-191-3/+2
* Adding multipath route support to ospf6d. Almost copied from ospfd.friehm2017-05-301-2/+2
* Replace struct rroute with struct kroute, as done in ospfdjca2016-12-271-6/+2
* work on making log.c similar in all daemons:benno2016-09-021-2/+12
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-271-3/+3
* sync w/ospfd: improve snapshot handling; ok claudio, sthenmarkus2013-03-251-1/+2
* Allow use of an alternative control socket, ported from ospfd. ok claudio@sthen2013-03-221-1/+2
* kroute.c rev 1.69 of ospfd for ospf6dflorian2013-01-141-2/+4
* Unfortunately "ospf6ctl show fib" printed embedded scopes as thebluhm2012-10-221-1/+2
* Instead of fiddling about the kame hack here and there, implementbluhm2012-09-191-1/+4
* Kill nh_reachable. Link state checking is so easy now that it does notclaudio2011-07-071-2/+1
* Redistributing the default route with ospf6d did not work correctly.bluhm2010-08-221-5/+2
* The prefixes of interface addresses of an ospf link have to bebluhm2010-07-011-1/+10
* The is no md5 authentication in OSPFv3. Remove some leftovers frombluhm2010-06-031-2/+1
* Add interface index aka. scope id to struct kroute so that the rde can passclaudio2009-12-221-2/+3
* Link local addressing strikes again. Include ifindex in all nexthopclaudio2009-12-221-1/+2
* Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.claudio2009-11-021-1/+2
* Get ready for including imsg.h from a lib, when it comes along.pyr2009-06-061-2/+2
* make ospf6ctl/ospf6d imsg-in-a-lib ready too.eric2009-06-061-72/+11
* Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a liststsp2009-01-281-1/+2
* First try at originating Link (type-8) LSA. Code is wrong and the initialclaudio2008-12-301-1/+2
* Monster commit of stuff I did mostly last month. What it does:claudio2007-12-131-27/+30
* Make lsa_find() find link local LSA by passing the interface instead of theclaudio2007-11-271-1/+2
* Monster diff to bring us a bit on track again.claudio2007-11-271-1/+3
* First step at making kroute IPv6 aware. This resulted in many additionalclaudio2007-10-161-9/+10
* There is no need to support interface em0:<IP> anymore. Remove most of theclaudio2007-10-111-2/+2
* No need to store the interface mask. An interface represents a link and isclaudio2007-10-111-2/+1
* In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soclaudio2007-10-111-2/+1
* Last commit added way to much stuff. Revert the readd of global options.claudio2007-10-111-2/+1
* area_ospf_options() should return the options in network byte order.claudio2007-10-111-1/+2
* From ospfd:claudio2007-10-111-3/+3
* The router dead_interval switched from 32bit to a 16bit value in OSPFv3.claudio2007-10-091-2/+2
* Welcome ospf6dnorby2007-10-081-0/+618