[PATCH] Re: [PATCH] 2.4.3-pre6 - hdlc/dscc4 missing bits

Jeff Garzik (jgarzik@mandrakesoft.com)
Wed, 21 Mar 2001 10:50:56 -0500


This is a multi-part message in MIME format.
--------------36C13D6009DA263B5E0A35B0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

You should use this patch instead, from Alan's tree, for updating
include/linux/if_arp.h...

-- 
Jeff Garzik       | May you have warm words on a cold evening,
Building 1024     | a full mooon on a dark night,
MandrakeSoft      | and a smooth road all the way to your door.
--------------36C13D6009DA263B5E0A35B0
Content-Type: text/plain; charset=us-ascii;
 name="if-arp.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="if-arp.patch"

Index: include/linux/if_arp.h =================================================================== RCS file: /cvsroot/gkernel/linux_2_4/include/linux/if_arp.h,v retrieving revision 1.1.1.21 diff -u -r1.1.1.21 if_arp.h --- include/linux/if_arp.h 2001/03/20 12:54:44 1.1.1.21 +++ include/linux/if_arp.h 2001/03/21 15:49:59 @@ -50,9 +50,11 @@ #define ARPHRD_X25 271 /* CCITT X.25 */ #define ARPHRD_HWX25 272 /* Boards with X.25 in firmware */ #define ARPHRD_PPP 512 -#define ARPHRD_HDLC 513 /* (Cisco) HDLC */ +#define ARPHRD_CISCO 513 /* Cisco HDLC */ +#define ARPHRD_HDLC ARPHRD_CISCO #define ARPHRD_LAPB 516 /* LAPB */ #define ARPHRD_DDCMP 517 /* Digital's DDCMP protocol */ +#define ARPHRD_RAWHDLC 518 /* Raw HDLC */ #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ #define ARPHRD_TUNNEL6 769 /* IPIP6 tunnel */

--------------36C13D6009DA263B5E0A35B0--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/