CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2011/06/15 03:11:02
Modified files: sys/netinet : in.h in_pcb.h ip_input.c ip_output.c Log message: Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP level that allows one to retrieve the original routing domain of UDP datagrams diverted by the pf via "divert-to" with a recvmsg(2). ok claudio