CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2012/10/21 07:06:03
Modified files: lib/libc/sys : getsockopt.2 share/man/man4 : divert.4 sys/net : pf.c sys/netinet : in.h in_pcb.h ip_divert.c ip_divert.h raw_ip.c sys/netinet6 : ip6_divert.c ip6_divert.h raw_ip6.c Log message: Add the IP_DIVERTFL socket option on divert(4) sockets to control which packets (as in direction) of the traffic will be diverted through the divert socket. ok claudio@, henning@