From 1362865a56488b435a4a537eaabf3016bebaba58 Mon Sep 17 00:00:00 2001 From: "net[shemminger]!shemminger" Date: Wed, 9 Feb 2005 22:07:24 +0000 Subject: [PATCH] Import patch iband.patch (Logical change 1.142) --- lib/ll_types.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ll_types.c b/lib/ll_types.c index 920c2bd0..5b0f106d 100644 --- a/lib/ll_types.c +++ b/lib/ll_types.c @@ -55,6 +55,9 @@ __PF(METRICOM,metricom) #ifdef ARPHRD_IEEE1394 __PF(IEEE1394,ieee1394) #endif +#ifdef ARPHRD_INFINIBAND +__PF(INFINIBAND,infiniband) +#endif __PF(SLIP,slip) __PF(CSLIP,cslip)