X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Flibiproute%2Fll_types.c;h=f39f777e11ab0973797d5455ff1bfc7a2c909e1e;hb=cb81e6484d1f50ec2761f6294722407b14add525;hp=925d60ddc0020d5cb7748b53ae9e630763014020;hpb=275be87be71dab9b00a67bd5010f8acf7255ce04;p=oweals%2Fbusybox.git diff --git a/networking/libiproute/ll_types.c b/networking/libiproute/ll_types.c index 925d60ddc..f39f777e1 100644 --- a/networking/libiproute/ll_types.c +++ b/networking/libiproute/ll_types.c @@ -34,7 +34,9 @@ __PF(IEEE802,tr) __PF(ARCNET,arcnet) __PF(APPLETLK,atalk) __PF(DLCI,dlci) +#ifdef ARPHRD_ATM __PF(ATM,atm) +#endif __PF(METRICOM,metricom) #ifdef ARPHRD_IEEE1394 __PF(IEEE1394,ieee1394) @@ -48,12 +50,16 @@ __PF(RSRVD,rsrvd) __PF(ADAPT,adapt) __PF(ROSE,rose) __PF(X25,x25) +#ifdef ARPHRD_HWX25 __PF(HWX25,hwx25) +#endif __PF(PPP,ppp) __PF(HDLC,hdlc) __PF(LAPB,lapb) +#ifdef ARPHRD_DDCMP __PF(DDCMP,ddcmp) __PF(RAWHDLC,rawhdlc) +#endif __PF(TUNNEL,ipip) __PF(TUNNEL6,tunnel6)