]> git.ipfire.org Git - thirdparty/iproute2.git/commit
netlink: display information from missing type extack
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 10 Feb 2024 17:32:31 +0000 (09:32 -0800)
committerDavid Ahern <dsahern@kernel.org>
Sun, 18 Feb 2024 17:41:56 +0000 (17:41 +0000)
commit7e646c80d7573bc4791b268a8dee472f11c33ff1
treeaf526955357371cd122696c9bbc1a12ec01c56fe
parentf900302f3295fdde36f508ebfb9a2a68f115fe09
netlink: display information from missing type extack

The kernel will now send missing type information in error response.
Print it if present.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
lib/libnetlink.c