| Anonymous | Login | Signup for a new account | 11-10-2008 10:54 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000590 | [uClibc] Networking Support | minor | always | 12-08-05 12:14 | 12-08-05 12:22 | ||||
| Reporter | thraxisp | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | won't fix | ||||||
| Status | closed | Product Version | 0.9.28 | ||||||
| Summary | 0000590: Missing definition for IFF_DYNAMIC | ||||||||
| Description | This definition seems to have been lost. It is used by iproute. | ||||||||
| Additional Information |
Index: net/if.h =================================================================== RCS file: /var/cvs/devel/hydra-system/uclinux-3.2.0/uClibc/include/net/if.h,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 if.h --- net/if.h 20 Dec 2004 18:15:27 -0000 1.1.1.1 +++ net/if.h 8 Dec 2005 19:57:48 -0000 @@ -75,10 +75,8 @@ IFF_PORTSEL = 0x2000, /* Can set media type. */ # define IFF_PORTSEL IFF_PORTSEL - IFF_AUTOMEDIA = 0x4000, /* Auto media select active. */ + IFF_AUTOMEDIA = 0x4000 /* Auto media select active. */ # define IFF_AUTOMEDIA IFF_AUTOMEDIA - IFF_DYNAMIC = 0x8000 /* dialup device with changing addresses*/ -# define IFF_DYNAMIC IFF_DYNAMIC }; /* The ifaddr structure contains information about one address of an |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0000749) vapier 12-08-05 12:22 |
iproute uses linux headers heavily, the def for IFF_DYNAMIC can be found there |
| Copyright © 2000 - 2006 Mantis Group |