[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200804281504.01798.joakim.koskela@hiit.fi>
Date: Mon, 28 Apr 2008 15:04:01 +0300
From: Joakim Koskela <joakim.koskela@...t.fi>
To: netdev@...r.kernel.org
Subject: [PATCH] [NET] HIP IP protocol number
This just adds the IP protocol number for the Host Identity Protocol
(described in RFC5201), recently assigned by the IANA.
Signed-off-by: Joakim Koskela <jookos@...il.com>
--
diff --git a/include/linux/in.h b/include/linux/in.h
index 4065313..86a731d 100644
--- a/include/linux/in.h
+++ b/include/linux/in.h
@@ -46,6 +46,7 @@ enum {
IPPROTO_COMP = 108, /* Compression Header protocol */
IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */
IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */
+ IPPROTO_HIP = 139, /* Host Identity Protocol (RFC5201) */
IPPROTO_RAW = 255, /* Raw IP packets */
IPPROTO_MAX
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists