Age | Commit message (Expand) | Author |
2020-05-17 | IF_IFACE_AVAIL is never used/checked, wipe it. | denis |
2020-05-16 | When IMSG_IFADD is removed, IMSG_IFDELETE becomes useless | denis |
2020-05-16 | IMSG_IFADD is never used, wipe it | denis |
2020-04-05 | Handle connected routes as ospfd(8) does. | denis |
2020-01-21 | Allow the interface setting "type p2p" to be configured globallz or per | remi |
2020-01-03 | Remove unused variable | denis |
2019-12-26 | Add point-to-point support for broadcast interfaces. | remi |
2019-12-23 | Area is now part of struct iface | denis |
2019-12-16 | Rework route priority filter. | denis |
2019-06-11 | Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs. | remi |
2018-12-29 | Add config option fib-priority to set a custom prio for routes ospf6d | remi |
2018-09-01 | Prevent ospf6d from starting when another process is listening on the | remi |
2018-07-12 | Add support for rdomains. | remi |
2018-07-12 | With the "depend on" option routes are sent out with a metric of 65535 if | remi |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2017-08-12 | bring ospf6d's log.c in sync with ospfd and bgpd | Sebastian Benoit |
2017-06-19 | Import route priority support from ospfd to ospf6d. | friehm |
2017-05-30 | Adding multipath route support to ospf6d. Almost copied from ospfd. | friehm |
2016-12-27 | Replace struct rroute with struct kroute, as done in ospfd | Jeremie Courreges-Anglas |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2013-03-25 | sync w/ospfd: improve snapshot handling; ok claudio, sthen | Markus Friedl |
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson |
2013-01-14 | kroute.c rev 1.69 of ospfd for ospf6d | Florian Obser |
2012-10-22 | Unfortunately "ospf6ctl show fib" printed embedded scopes as the | Alexander Bluhm |
2012-09-19 | Instead of fiddling about the kame hack here and there, implement | Alexander Bluhm |
2011-07-07 | Kill nh_reachable. Link state checking is so easy now that it does not | Claudio Jeker |
2010-08-22 | Redistributing the default route with ospf6d did not work correctly. | Alexander Bluhm |
2010-07-01 | The prefixes of interface addresses of an ospf link have to be | Alexander Bluhm |
2010-06-03 | The is no md5 authentication in OSPFv3. Remove some leftovers from | Alexander Bluhm |
2009-12-22 | Add interface index aka. scope id to struct kroute so that the rde can pass | Claudio Jeker |
2009-12-22 | Link local addressing strikes again. Include ifindex in all nexthop | Claudio Jeker |
2009-11-02 | Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging. | Claudio Jeker |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | make ospf6ctl/ospf6d imsg-in-a-lib ready too. | Eric Faurot |
2009-01-28 | Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list | Stefan Sperling |
2008-12-30 | First try at originating Link (type-8) LSA. Code is wrong and the initial | Claudio Jeker |
2007-12-13 | Monster commit of stuff I did mostly last month. What it does: | Claudio Jeker |
2007-11-27 | Make lsa_find() find link local LSA by passing the interface instead of the | Claudio Jeker |
2007-11-27 | Monster diff to bring us a bit on track again. | Claudio Jeker |
2007-10-16 | First step at making kroute IPv6 aware. This resulted in many additional | Claudio Jeker |
2007-10-11 | There is no need to support interface em0:<IP> anymore. Remove most of the | Claudio Jeker |
2007-10-11 | No need to store the interface mask. An interface represents a link and is | Claudio Jeker |
2007-10-11 | In OSPFv3 auth crypt is no longer (actually all the auth code is gone) so | Claudio Jeker |
2007-10-11 | Last commit added way to much stuff. Revert the readd of global options. | Claudio Jeker |
2007-10-11 | area_ospf_options() should return the options in network byte order. | Claudio Jeker |
2007-10-11 | From ospfd: | Claudio Jeker |
2007-10-09 | The router dead_interval switched from 32bit to a 16bit value in OSPFv3. | Claudio Jeker |
2007-10-08 | Welcome ospf6d | Esben Norby |