From 2c3c96f322a45e9a3cce3f81bf63e7a5a19e92a0 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Wed, 25 Mar 2015 13:38:03 +0200 Subject: [PATCH] monitor: Print OperState instead of Openstate for operational state flag --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index c9ce6b73..509f50ef 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -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 },