Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id fB8NXTd20827 for netdev-outgoing; Sat, 8 Dec 2001 15:33:29 -0800 Received: from smtp-2.hut.fi (smtp-2.hut.fi [130.233.228.92]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id fB8NXLo20824 for ; Sat, 8 Dec 2001 15:33:22 -0800 Received: from vesper.tky.hut.fi (IDENT:qmailr@vesper.tky.hut.fi [130.233.19.17]) by smtp-2.hut.fi (8.9.3/8.9.3) with SMTP id AAA00229 for ; Sun, 9 Dec 2001 00:33:18 +0200 (EET) Received: (qmail 5341 invoked by uid 500); 8 Dec 2001 22:33:05 -0000 Date: Sun, 9 Dec 2001 00:33:05 +0200 From: Antti J Tuominen To: netdev@oss.sgi.com Subject: Update to include/net/ndisc.h Message-ID: <20011209003305.A5284@vesper.tky.hut.fi> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="k+w/mQv8wyuph6w0" X-Mailer: Mutt 0.95.6us Sender: owner-netdev@oss.sgi.com Precedence: bulk Content-Length: 1269 Lines: 48 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Hello! The include/net/ndisc.h seems to be lagging behind from the IANA assigned numbers. Could the attached patch be applied. Regards, Antti -- Antti J. Tuominen, JMT 3A 133, FIN-02150 Espoo, Finland. Research assistant, TSE Institute at Helsinki University of Technology work: ajtuomin@tml.hut.fi; home: tuominen@iki.fi --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=ndisc-patch --- linux-2.4.16/include/net/ndisc.h Thu Nov 22 21:47:42 2001 +++ linux/include/net/ndisc.h Sun Dec 9 00:06:14 2001 @@ -11,6 +11,9 @@ #define NDISC_NEIGHBOUR_ADVERTISEMENT 136 #define NDISC_REDIRECT 137 +#define NDISC_IND_SOLICITATION 140 /* RFC3122 */ +#define NDISC_IND_ADVERTISEMENT 141 /* RFC3122 */ + /* * ndisc options */ @@ -20,6 +23,11 @@ #define ND_OPT_PREFIX_INFO 3 #define ND_OPT_REDIRECT_HDR 4 #define ND_OPT_MTU 5 +#define ND_OPT_NBMA_SHORTCUT_LIMIT 6 +#define ND_OPT_RTR_ADV_INTERVAL 7 /* Mobile IPv6 */ +#define ND_OPT_HOME_AGENT_INFO 8 /* Mobile IPv6 */ +#define ND_OPT_SOURCE_ADDR_LIST 9 /* RFC3122 */ +#define ND_OPT_TARGET_ADDR_LIST 10 /* RFC3122 */ #define MAX_RTR_SOLICITATION_DELAY HZ --k+w/mQv8wyuph6w0--