]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-ll_types.patch
- release 3.
[packages/iproute2.git] / iproute2-ll_types.patch
1 --- iproute2/lib/ll_types.c~    Sun Apr 16 19:42:52 2000
2 +++ iproute2/lib/ll_types.c     Sun Nov  5 23:50:17 2000
3 @@ -45,6 +45,9 @@
4  __PF(ARCNET,arcnet)
5  __PF(APPLETLK,atalk)
6  __PF(DLCI,dlci)
7 +#ifdef ARPHRD_ATM
8 +__PF(ATM,atm)
9 +#endif
10  __PF(METRICOM,metricom)
11  __PF(SLIP,slip)
12  __PF(CSLIP,cslip)
13 @@ -54,7 +57,15 @@
14  __PF(ADAPT,adapt)
15  __PF(ROSE,rose)
16  __PF(X25,x25)
17 +#ifdef ARPHRD_HWX25
18 +__PF(HWX25,hwx25)
19 +#endif
20  __PF(PPP,ppp)
21 +__PF(HDLC,hdlc)
22 +__PF(LAPB,lapb)
23 +#ifdef ARPHRD_DDMCP
24 +__PF(DDMCP,ddmcp)
25 +#endif
26  __PF(TUNNEL,ipip)
27  __PF(TUNNEL6,tunnel6)
28  __PF(FRAD,frad)
This page took 0.089176 seconds and 3 git commands to generate.