public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* iproute2, ETH_P_ECHO, linux/if_ether.h
@ 2001-05-03 22:42 Jim Freeman
  2001-05-03 23:50 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Freeman @ 2001-05-03 22:42 UTC (permalink / raw)
  To: linux-kernel

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	*/
...

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-03 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-03 22:42 iproute2, ETH_P_ECHO, linux/if_ether.h Jim Freeman
2001-05-03 23:50 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox