Meelis Roos schrieb am Dienstag, den 30. Januar 2007: Hi,
> ip addr/link/... reports an unknown interface flag 10000: > > 1: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000 > > This was reported in #370699 but apparently slipped. From #370699: Oh yes, I missed that one. Maybe because an upgrade wouldn't fix this problem. > The kernel uses > > #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ > #define IFF_DORMANT 0x20000 /* driver signals dormant */ > > These are defined in /usr/include/linux/if.h of my linux-kernel-headers > version 2.6.18-6. This is indeed a bug in iproute, I created a patch local which fixes that problem: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:0d:93:c2:e6:1e brd ff:ff:ff:ff:ff:ff After some testing I will upload the fixed package. Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]