]> git.proxmox.com Git - mirror_iproute2.git/commit
tipc: TIPC_NLA_LINK_NAME value pass on nesting entry TIPC_NLA_LINK
authorHoang Le <hoang.h.le@dektech.com.au>
Fri, 8 Jun 2018 02:19:28 +0000 (09:19 +0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 8 Jun 2018 17:07:13 +0000 (10:07 -0700)
commit313ce6949c0d08a9a04a891ab6d94d0916217c66
tree8b2117533de3c41bfcc4a3b94e65168bafc6739f
parent974ef93bf127172d62a55cb21635138e2964c647
tipc: TIPC_NLA_LINK_NAME value pass on nesting entry TIPC_NLA_LINK

In the commit 94f6a80 on next-net, TIPC_NLA_LINK_NAME attribute should be
retrieved and validated via TIPC_NLA_LINK nesting entry in
tipc_nl_node_get_link().
According to that commit, TIPC_NLA_LINK_NAME value passing via
tipc link get command must follow above hierachy.

Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tipc/link.c