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
ba26a6e8
Commit
ba26a6e8
authored
Feb 05, 2008
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos in help message for meta match
Make sure examples actually work.
parent
eb6c04f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tc/em_meta.c
tc/em_meta.c
+1
-2
No files found.
tc/em_meta.c
View file @
ba26a6e8
...
...
@@ -34,9 +34,8 @@ static void meta_print_usage(FILE *fd)
" META_ID := id [ shift SHIFT ] [ mask MASK ]
\n
"
\
"
\n
"
\
"Example: meta(nfmark gt 24)
\n
"
\
" meta(indev shift 1 eq
\"
ppp
\"\n
"
\
" meta(indev shift 1 eq
\"
ppp
\"
)
\n
"
\
" meta(tcindex mask 0xf0 eq 0xf0)
\n
"
\
" meta(dev eq indev)
\n
"
\
"
\n
"
\
"For a list of meta identifiers, use meta(list).
\n
"
);
}
...
...
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