summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d
AgeCommit message (Expand)Author
2018-07-12missing .Ek;Jason McIntyre
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-11remove wrong commentremi
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-10pledge(2)friehm
2018-07-10If intra area prefixes move from one router to another router, cloning routesfriehm
2018-07-10Let kroute_matchgw() select the correct route before checking flags.friehm
2018-07-09Set log_setverbose(1) early to see debug logs during parsing the configremi
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-06-12Send LSAs with MAX_METRIC for carp interfaces in state backup.remi
2018-06-12Fix resending intra area prefix LSAs on link state or if flag change.remi
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-06-10memory leak spotted by claudio@remi
2018-06-10The value for metric of intra area prefix LSAs should be set to:remi
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-03-11Increase SO_RCVBUF of the ospf socket to 256k having this buffer can resultClaudio Jeker
2018-02-22Same change as rev 1.22 in ospfd:Claudio Jeker
2018-02-09Clear the dr and bdr fields of a neighbor when it goes down.Claudio Jeker
2018-02-08ospf6d mostly only cares about AF_INET6 routesSebastian Benoit
2018-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2017-11-05Disable config reload, ospf6d just exits on reload with simple setups.Jeremie Courreges-Anglas
2017-11-05Kill dead assignement.Jeremie Courreges-Anglas
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
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-23copy log.c/h from bgpd.Sebastian Benoit
2017-01-08Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-12-27Replace struct rroute with struct kroute, as done in ospfdJeremie Courreges-Anglas
2016-12-24Print metric and type for "redistribute" in ospf6d -v.Jeremie Courreges-Anglas
2016-12-22Let rde and ospfe know about all IFINFO messages (eg an interface MTU change).Jeremie Courreges-Anglas
2016-12-22Don't run the FSM if the interface state hasn't changed.Jeremie Courreges-Anglas
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-06-06add format attributes to the proper functions and then fix theSebastian Benoit
2016-02-14ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding.Reyk Floeter
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-12-05strings.h -> string.h to prevent an implicit declaration warning.mmcc
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.Stefan Sperling
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-17Similar to bgpd and ospfd skip broadcast (should not happen) and llinfoClaudio Jeker
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray