Commit 7968262d authored by Masatake YAMATO's avatar Masatake YAMATO Committed by Stephen Hemminger

ip: add nlmon as a device type to help message

Though nlmon device can be added, it was not listed
in the output of "ip link help".
Signed-off-by: default avatarMasatake YAMATO <yamato@redhat.com>
Acked-by: default avatarDaniel Borkmann <dborkman@redhat.com>
parent 9a02651a
......@@ -87,7 +87,7 @@ void iplink_usage(void)
fprintf(stderr, "\n");
fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | macvtap |\n");
fprintf(stderr, " bridge | bond | ipoib | ip6tnl | ipip | sit | vxlan |\n");
fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti }\n");
fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti | nlmon }\n");
}
exit(-1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment