mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
monitor: Print string length of rtnl attributes
This commit is contained in:
parent
140c626a4b
commit
c47fee2e78
@ -5784,7 +5784,7 @@ static void print_rtnl_attributes(int indent, const struct attr_entry *table,
|
||||
printf("missing function\n");
|
||||
break;
|
||||
case ATTR_STRING:
|
||||
print_attr(indent, "%s: %s", str,
|
||||
print_attr(indent, "%s (len:%d): %s", str, payload,
|
||||
(char *) RTA_DATA(attr));
|
||||
break;
|
||||
case ATTR_U8:
|
||||
|
Loading…
Reference in New Issue
Block a user