public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jim Freeman <jfree@sovereign.org>
To: linux-kernel@vger.kernel.org
Subject: iproute2, ETH_P_ECHO, linux/if_ether.h
Date: Thu, 3 May 2001 16:42:06 -0600	[thread overview]
Message-ID: <20010503164206.A19818@sovereign.org> (raw)

iproute2 compiles against 2.4.4 die.


Documentation/Changes sez:

	Ip-route2 
	---------
	o  <ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.2.4-now-ss991023.tar.gz>


But iproute2's lib/ll_proto.c  tries to use ETH_P_ECHO from
linux/if_ether.h, and that manifest constant has (recently ?)
been yanked?


--- linux-2.4.2/include/linux/if_ether.h	Fri Oct 27 12:03:14 2000
+++ linux-2.4.4/include/linux/if_ether.h	Thu Apr 19 09:38:50 2001
@@ -37,12 +37,14 @@
  */
 
 #define ETH_P_LOOP	0x0060		/* Ethernet Loopback packet	*/
-#define ETH_P_ECHO	0x0200		/* Ethernet Echo packet		*/
-#define ETH_P_PUP	0x0400		/* Xerox PUP packet		*/
+#define ETH_P_PUP	0x0200		/* Xerox PUP packet		*/
+#define ETH_P_PUPAT	0x0201		/* Xerox PUP Addr Trans packet	*/
 #define ETH_P_IP	0x0800		/* Internet Protocol packet	*/
...

             reply	other threads:[~2001-05-03 22:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-03 22:42 Jim Freeman [this message]
2001-05-03 23:50 ` iproute2, ETH_P_ECHO, linux/if_ether.h David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010503164206.A19818@sovereign.org \
    --to=jfree@sovereign.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox