Age | Commit message (Expand) | Author |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-03-11 | Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result | Claudio Jeker |
2018-02-22 | Same change as rev 1.22 in ospfd: | Claudio Jeker |
2018-02-09 | Clear the dr and bdr fields of a neighbor when it goes down. | Claudio Jeker |
2018-02-08 | ospf6d mostly only cares about AF_INET6 routes | Sebastian Benoit |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2017-11-05 | Disable config reload, ospf6d just exits on reload with simple setups. | Jeremie Courreges-Anglas |
2017-11-05 | Kill dead assignement. | Jeremie Courreges-Anglas |
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 |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-01-23 | copy log.c/h from bgpd. | Sebastian Benoit |
2017-01-08 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-12-27 | Replace struct rroute with struct kroute, as done in ospfd | Jeremie Courreges-Anglas |
2016-12-24 | Print metric and type for "redistribute" in ospf6d -v. | Jeremie Courreges-Anglas |
2016-12-22 | Let rde and ospfe know about all IFINFO messages (eg an interface MTU change). | Jeremie Courreges-Anglas |
2016-12-22 | Don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-09-03 | Simplify shutdown process. | Renato Westphal |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-06 | add format attributes to the proper functions and then fix the | Sebastian Benoit |
2016-02-14 | ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding. | Reyk Floeter |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-05 | strings.h -> string.h to prevent an implicit declaration warning. | mmcc |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-17 | Similar to bgpd and ospfd skip broadcast (should not happen) and llinfo | Claudio Jeker |
2015-05-05 | use the sizeof the struct not the sizeof a pointer to the struct | Jonathan Gray |
2015-02-11 | Use sizeof(u_short) in the first check since there are RT messages that | Claudio Jeker |
2015-02-10 | Same session_socket_blockmode() changes as done to ospfd. Also do the same | Claudio Jeker |
2015-01-28 | When comparing the LSA with the Ack, also check the age field. This | Alexander Bluhm |
2015-01-22 | remove a stupid -Wstrict-prototype warning by making the hash function | Ted Unangst |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-18 | simple to use siphash here. ok deraadt | Ted Unangst |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-02 | Add gcc format attributes to parse.y for ospf{6,}d. | Doug Hogan |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback |
2014-07-11 | Close the control fd when it has reported EOF. | Kenneth R Westerback |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-03-24 | Passing MSG_DONTROUTE to sendto() here has no effect since SO_DONTROUTE | Martin Pieuchot |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |