Commit 30d07e9e authored by Richard Godbee's avatar Richard Godbee Committed by Stephen Hemminger

iproute2: spelling: noptmudisc -> nopmtudisc

Signed-off-by: default avatarRichard Godbee <richard@godbee.net>
parent 8f480637
...@@ -280,7 +280,7 @@ static int do_add(int cmd, int argc, char **argv) ...@@ -280,7 +280,7 @@ static int do_add(int cmd, int argc, char **argv)
return -1; return -1;
if (p.iph.ttl && p.iph.frag_off == 0) { if (p.iph.ttl && p.iph.frag_off == 0) {
fprintf(stderr, "ttl != 0 and noptmudisc are incompatible\n"); fprintf(stderr, "ttl != 0 and nopmtudisc are incompatible\n");
return -1; return -1;
} }
......
...@@ -233,7 +233,7 @@ get_failed: ...@@ -233,7 +233,7 @@ get_failed:
} }
if (ttl && pmtudisc == 0) { if (ttl && pmtudisc == 0) {
fprintf(stderr, "ttl != 0 and noptmudisc are incompatible\n"); fprintf(stderr, "ttl != 0 and nopmtudisc are incompatible\n");
exit(-1); 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