diff --git a/ip/iplink.c b/ip/iplink.c index 58af402c..682f7eeb 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -91,6 +91,8 @@ void iplink_usage(void) " [ query_rss { on | off} ]\n" " [ state { auto | enable | disable} ] ]\n" " [ trust { on | off} ] ]\n" + " [ node_guid { eui64 } ]\n" + " [ port_guid { eui64 } ]\n" " [ xdp { off |\n" " object FILE [ section NAME ] [ verbose ] |\n" " pinned FILE } ]\n" diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 52571b72..5d73538b 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -1564,10 +1564,10 @@ sent by the VF. which may impact security and/or performance. (e.g. VF multicast promiscuous mode) .sp .BI node_guid " eui64" -- configure node GUID for the VF. +- configure node GUID for Infiniband VFs. .sp .BI port_guid " eui64" -- configure port GUID for the VF. +- configure port GUID for Infiniband VFs. .in -8 .TP