CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/10/04 07:54:32
Modified files: sys/net : if_pflow.c if_pfsync.c sys/netinet : ip_carp.c tcp_timer.h tcp_var.h Log message: Convert timeouts that need a process context to timeout_set_proc(9). The current reason is that rtalloc_mpath(9) inside ip_output() might end up inserting a RTF_CLONED route and that require a write lock. ok kettenis@, bluhm@