Commit e543a6a8 authored by Zhang Shengju's avatar Zhang Shengju Committed by Stephen Hemminger

ip-link: fix a typo in help message

fix a typo: "noarp" -> "arp"
Signed-off-by: default avatarZhang Shengju <zhangshengju@cmss.chinamobile.com>
parent a560d850
......@@ -507,7 +507,7 @@ int iplink_parse(int argc, char **argv, struct iplink_req *req,
} else if (strcmp(*argv, "off") == 0) {
req->i.ifi_flags |= IFF_NOARP;
} else
return on_off("noarp", *argv);
return on_off("arp", *argv);
} else if (strcmp(*argv, "vf") == 0) {
struct rtattr *vflist;
NEXT_ARG();
......
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