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
99475d05
Commit
99475d05
authored
Sep 28, 2004
by
osdl.net!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issues with filter name conflicts and cleanup.
(Logical change 1.81)
parent
95812b56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tc/tc_util.h
tc/tc_util.h
+4
-4
No files found.
tc/tc_util.h
View file @
99475d05
...
...
@@ -22,7 +22,8 @@ struct filter_util
{
struct
filter_util
*
next
;
char
id
[
16
];
int
(
*
parse_fopt
)(
struct
filter_util
*
qu
,
char
*
fhandle
,
int
argc
,
char
**
argv
,
struct
nlmsghdr
*
n
);
int
(
*
parse_fopt
)(
struct
filter_util
*
qu
,
char
*
fhandle
,
int
argc
,
char
**
argv
,
struct
nlmsghdr
*
n
);
int
(
*
print_fopt
)(
struct
filter_util
*
qu
,
FILE
*
f
,
struct
rtattr
*
opt
,
__u32
fhandle
);
};
...
...
@@ -30,13 +31,12 @@ struct action_util
{
struct
action_util
*
next
;
char
id
[
16
];
int
(
*
parse_aopt
)(
struct
action_util
*
a
,
int
*
argc
,
char
***
argv
,
int
code
,
struct
nlmsghdr
*
n
);
int
(
*
parse_aopt
)(
struct
action_util
*
a
,
int
*
argc
,
char
***
argv
,
int
code
,
struct
nlmsghdr
*
n
);
int
(
*
print_aopt
)(
struct
action_util
*
au
,
FILE
*
f
,
struct
rtattr
*
opt
);
int
(
*
print_xstats
)(
struct
action_util
*
au
,
FILE
*
f
,
struct
rtattr
*
xstats
);
};
extern
struct
qdisc_util
*
get_qdisc_kind
(
const
char
*
str
);
extern
struct
filter_util
*
get_filter_kind
(
const
char
*
str
);
...
...
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