CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2023/06/21 03:47:03
Modified files: usr.sbin/ospf6ctl: ospf6ctl.8 ospf6ctl.c parser.c parser.h usr.sbin/ospf6d: control.c kroute.c ospf6.h ospf6d.c ospf6d.h Log message: add "fib reload" support to ospf6d/ospf6ctl, and trigger it automatically on a timeout after RTM_DESYNC (i.e. route socket overflow). ported across from ospfd. fixes/ok claudio@ (it's much harder to overflow the routing socket buffer these days since it was bumped to 2MB, but still happens occasionally on a busy machine).