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
b2e116d6
Commit
b2e116d6
authored
Dec 03, 2014
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tc: minor spelling fixes
parent
14e97673
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tc/m_simple.c
tc/m_simple.c
+1
-1
tc/m_xt.c
tc/m_xt.c
+2
-2
No files found.
tc/m_simple.c
View file @
b2e116d6
...
...
@@ -8,7 +8,7 @@
*
* Authors: J Hadi Salim <jhs@mojatatu.com>
*
* Pedagogical example. Adds a string that will be printed everytime
* Pedagogical example. Adds a string that will be printed every
time
* the simple instance is hit.
* Use this as a skeleton action and keep modifying it to meet your needs.
* Look at linux/tc_act/tc_defact.h for the different components ids and
...
...
tc/m_xt.c
View file @
b2e116d6
...
...
@@ -175,7 +175,7 @@ static int parse_ipt(struct action_util *a,int *argc_p,
&
m
->
option_offset
);
#endif
if
(
opts
==
NULL
)
{
fprintf
(
stderr
,
" failed to find aditional options for target %s
\n\n
"
,
optarg
);
fprintf
(
stderr
,
" failed to find ad
d
itional options for target %s
\n\n
"
,
optarg
);
return
-
1
;
}
else
tcipt_globals
.
opts
=
opts
;
...
...
@@ -346,7 +346,7 @@ print_ipt(struct action_util *au,FILE * f, struct rtattr *arg)
&
m
->
option_offset
);
#endif
if
(
opts
==
NULL
)
{
fprintf
(
stderr
,
" failed to find aditional options for target %s
\n\n
"
,
optarg
);
fprintf
(
stderr
,
" failed to find ad
d
itional options for target %s
\n\n
"
,
optarg
);
return
-
1
;
}
else
tmp_tcipt_globals
.
opts
=
opts
;
...
...
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