From 963ca80f687ffee9e4f25b414a265b464d7d1a77 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Nov 2008 17:33:24 -0500 Subject: [PATCH] udp.7: srcfix: Updated FIXME Signed-off-by: Michael Kerrisk --- man7/udp.7 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man7/udp.7 b/man7/udp.7 index 0824f0e4a..5425b3464 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -143,6 +143,12 @@ the option is disabled. This option should not be used in code intended to be portable. .\" FIXME document UDP_ENCAP (new in kernel 2.5.67) +.\" From include/linux/udp.h: +.\" /* UDP encapsulation types */ +.\" #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */ +.\" #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */ +.\" #define UDP_ENCAP_L2TPINUDP 3 /* rfc2661 */ + .SS Ioctls These ioctls can be accessed using .BR ioctl (2).