CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/11/09 15:05:08

Modified files:
        sys/netinet    : raw_ip.c udp_usrreq.c 
        sys/netinet6   : raw_ip6.c udp6_output.c 

Log message:
To implement transparent relays for connectionless protocols, the
pf the state has to vanish immediately when the relay closes the
socket.  To make this work reliably, the linkage between state and
socket must be established with the first packet.  This packet could
be incomming or outgoing.
Link the pf state in the socket layer earlier.  This makes all tests
in /usr/src/regress/sys/net/pf_divert pass.
OK henning@

Reply via email to