monitor: Print OperState instead of Openstate for operational state flag

This commit is contained in:
Jukka Rissanen 2015-03-25 13:38:03 +02:00 committed by Denis Kenzior
parent 7b945d948f
commit 2c3c96f322
1 changed files with 1 additions and 1 deletions

View File

@ -2737,7 +2737,7 @@ static struct attr_entry info_entry[] = {
{ IFLA_MASTER, "Master", ATTR_U32 },
{ IFLA_MTU, "MTU", ATTR_U32 },
{ IFLA_TXQLEN, "Txqlen", ATTR_U32 },
{ IFLA_OPERSTATE, "Openstate", ATTR_U8 },
{ IFLA_OPERSTATE, "OperState", ATTR_U8 },
{ IFLA_LINKMODE, "LinkMode", ATTR_U8 },
{ IFLA_LINK, "Link", ATTR_S32 },
{ IFLA_QDISC, "Qdisc", ATTR_STRING },