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: Masatake YAMATO <yamato@redhat.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
This commit is contained in:
Masatake YAMATO 2014-06-12 04:08:38 +09:00 committed by Stephen Hemminger
parent 9a02651a87
commit 7968262df6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}