Re: resend [PATCH 1/5 2.6.21] UDP: Introduce UDP encapsulation type for L2TP

2007-06-27 Thread David Miller
From: James Chapman <[EMAIL PROTECTED]> Date: Sat, 26 May 2007 18:47:24 +0100 > This patch adds a new UDP_ENCAP_L2TPINUDP encapsulation type for UDP > sockets. When a UDP socket's encap_type is UDP_ENCAP_L2TPINUDP, the > skb is delivered to a function pointed to by udp_encap_l2tp_rcv. If > the skb

resend [PATCH 1/5 2.6.21] UDP: Introduce UDP encapsulation type for L2TP

2007-05-26 Thread James Chapman
This patch adds a new UDP_ENCAP_L2TPINUDP encapsulation type for UDP sockets. When a UDP socket's encap_type is UDP_ENCAP_L2TPINUDP, the skb is delivered to a function pointed to by udp_encap_l2tp_rcv. If the skb isn't wanted by L2TP, it returns >0, which causes it to be passed through to UDP. A fu

[PATCH 1/5 2.6.21] UDP: Introduce UDP encapsulation type for L2TP

2007-04-30 Thread James Chapman
This patch adds a new UDP_ENCAP_L2TPINUDP encapsulation type for UDP sockets. When a UDP socket's encap_type is UDP_ENCAP_L2TPINUDP, the skb is delivered to a function pointed to by udp_encap_l2tp_rcv. If the skb isn't wanted by L2TP, it returns >0, which causes it to be passed through to UDP. A fu