mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-02 04:55:47 +00:00
iproute2: spelling: noptmudisc -> nopmtudisc
Signed-off-by: Richard Godbee <richard@godbee.net>
This commit is contained in:
parent
8f48063721
commit
30d07e9e36
@ -280,7 +280,7 @@ static int do_add(int cmd, int argc, char **argv)
|
||||
return -1;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
@ -233,7 +233,7 @@ get_failed:
|
||||
}
|
||||
|
||||
if (ttl && pmtudisc == 0) {
|
||||
fprintf(stderr, "ttl != 0 and noptmudisc are incompatible\n");
|
||||
fprintf(stderr, "ttl != 0 and nopmtudisc are incompatible\n");
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user