Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
30d07e9e
Commit
30d07e9e
authored
Aug 25, 2013
by
Richard Godbee
Committed by
Stephen Hemminger
Aug 31, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iproute2: spelling: noptmudisc -> nopmtudisc
Signed-off-by:
Richard Godbee
<
richard@godbee.net
>
parent
8f480637
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ip/iptunnel.c
ip/iptunnel.c
+1
-1
ip/link_iptnl.c
ip/link_iptnl.c
+1
-1
No files found.
ip/iptunnel.c
View file @
30d07e9e
...
...
@@ -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 nop
tm
udisc are incompatible
\n
"
);
fprintf
(
stderr
,
"ttl != 0 and nop
mt
udisc are incompatible
\n
"
);
return
-
1
;
}
...
...
ip/link_iptnl.c
View file @
30d07e9e
...
...
@@ -233,7 +233,7 @@ get_failed:
}
if
(
ttl
&&
pmtudisc
==
0
)
{
fprintf
(
stderr
,
"ttl != 0 and nop
tm
udisc are incompatible
\n
"
);
fprintf
(
stderr
,
"ttl != 0 and nop
mt
udisc are incompatible
\n
"
);
exit
(
-
1
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment