Bug 202199 - "ip" don't recognize flag 0x10000
Summary: "ip" don't recognize flag 0x10000
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: iproute
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Radek Vokál
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-11 14:51 UTC by Peter Bieringer
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 2.6.16-4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-21 11:54:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter Bieringer 2006-08-11 14:51:56 UTC
Description of problem:

"ip link" shows a hexadecimal value in link information

Version-Release number of selected component (if applicable):
iproute-2.6.15-1.2
kernel-2.6.17-1.2157_FC5


How reproducible:
Always

Steps to Reproduce:
1. boot kernel
2. setup interface
3. ip link show dev eth0
  
Actual results:
2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:01:03:33:23:c9 brd ff:ff:ff:ff:ff:

Expected results:
"10000" replaced by a informational string, e.g. LINKUP

Additional info:
Problem is already known:

http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg217910.html

There's a flag 10000 that is not recognized by iproute. The kernel uses

#define IFF_LOWER_UP    0x10000         /* driver signals L1 up         */
#define IFF_DORMANT     0x20000         /* driver signals dormant       */

Comment 1 Radek Vokál 2006-08-21 11:54:38 UTC
Fixed in rawhide, I've added those to flags. Are there any other flags missing? 


Note You need to log in before you can comment on or make changes to this bug.