]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: dump extack string in done message
authorDavid Ahern <dsahern@gmail.com>
Thu, 4 Oct 2018 21:07:15 +0000 (14:07 -0700)
committerDavid Ahern <dsahern@gmail.com>
Thu, 27 Dec 2018 23:32:31 +0000 (15:32 -0800)
commit2750252d7e850793a7d50987abb974141eb8525e
treebfb86ffc3d2725239d0a2d941d851205a944b82c
parentfdce94d0d174c818b45688ef783c6fc5b69affc8
libnetlink: dump extack string in done message

Print any extack message that has been appended to a NLMSG_DONE message.
To avoid duplication, move the existing print code to a new helper.

Signed-off-by: David Ahern <dsahern@gmail.com>
lib/libnetlink.c