Age | Commit message (Expand) | Author |
2018-03-11 | Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result | Claudio Jeker |
2018-02-22 | The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions to | Claudio Jeker |
2018-02-11 | Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we only | Sebastian Benoit |
2018-02-09 | Style tweaks | Jeremie Courreges-Anglas |
2018-02-09 | Simplify logic a bit by moving a block. nbr_stop_itimer() does not use | Claudio Jeker |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2018-02-05 | simplify macros, and avoid some arg splitting; | Jason McIntyre |
2018-02-05 | Introduce "depend on". This allows ospfd to set the metric dependent | remi |
2017-11-07 | document how ospfd interacts with carp | remi |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-01-24 | sync log.c from relayd et al to ospfd. | Sebastian Benoit |
2017-01-23 | copy log.c/h from bgpd. | Sebastian Benoit |
2017-01-23 | Remove incomplete "forced nexthop" support. | Jeremie Courreges-Anglas |
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 | struct rroute has been removed, rename variables. | Jeremie Courreges-Anglas |
2016-12-26 | Fix typo, happend -> happened | Jeremie Courreges-Anglas |
2016-12-21 | For IFINFO msgs, don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-12-21 | When receiving an IFINFO message, also update the MTU of the interface | Jeremie Courreges-Anglas |
2016-11-19 | Print metric and type for "redistribute" in ospfd -v. | Stuart Henderson |
2016-09-28 | 'unneded stuff' -> 'unneeded stuff' in comments. | Kenneth R Westerback |
2016-09-04 | A few bits of stray leading/embedded/trailing whitespace spotted while | Kenneth R Westerback |
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-18 | Fix format string of a warning. | Alexander Bluhm |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2015-12-05 | Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code | Claudio Jeker |
2015-12-03 | imsg_read will return EAGAIN in some cases so prep code for it. | Claudio Jeker |
2015-11-22 | Improve ABR support especially for self-originated stub networks. | Claudio Jeker |
2015-10-26 | Kernel got fixed we no longer need to check if rtm_pid is 0 to filter out | Claudio Jeker |
2015-10-24 | Filter our RTM_GET messages which are not from us. | Claudio Jeker |
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-20 | Fix a segfault at startup when if_change() ist called before | Sebastian Benoit |
2015-07-19 | revert previous | Sebastian Benoit |
2015-07-18 | Properly handle carp(4) interfaces in "backup" mode on start-up. | Martin Pieuchot |
2015-07-17 | Do similar handling of connected routes and filtering of llinfo and broadcast. | Claudio Jeker |
2015-05-05 | use the sizeof the struct not the sizeof a pointer to the struct | Jonathan Gray |
2015-03-14 | When removing interfaces in the RDE we also need to remove all the RDE | Claudio Jeker |
2015-03-13 | Make sure that the debug messages include the neighbor ID so we hava a chance | Claudio Jeker |
2015-03-11 | tweak wording; "a value different to 1" -> "...other than 1", from Sevan Janiyan | Stuart Henderson |
2015-02-11 | Use sizeof(u_short) in the first check since there are RT messages that | Claudio Jeker |
2015-02-10 | Forgot the EAGAIN or EINTR check on read. | Claudio Jeker |
2015-02-10 | Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route | Claudio Jeker |
2015-01-28 | When comparing the LSA with the Ack, also check the age field. This | Alexander Bluhm |