Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
9a706f32
Commit
9a706f32
authored
Aug 03, 1999
by
Martin Mareš
Browse files
Added missing structure declarations.
parent
8edf2361
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
9a706f32
...
...
@@ -20,7 +20,6 @@ Core
- netlink: import Linux route attributes to our rta's, so that they can be filtered?
- iface: interface filters should support filtering by IP address as well
- iface: SIOCGIFINDEX exists on glibc systems, but it doesn't work on 2.0.x kernels!
- socket: Use IP_RECVERR for BGP TCP sockets?
...
...
filter/filter.h
View file @
9a706f32
...
...
@@ -56,6 +56,9 @@ struct f_tree *f_new_tree(void);
struct
f_tree
*
build_tree
(
struct
f_tree
*
);
struct
f_tree
*
find_tree
(
struct
f_tree
*
t
,
struct
f_val
val
);
struct
ea_list
;
struct
rte
;
int
f_run
(
struct
filter
*
filter
,
struct
rte
**
rte
,
struct
ea_list
**
tmp_attrs
,
struct
linpool
*
tmp_pool
);
char
*
filter_name
(
struct
filter
*
filter
);
...
...
Write
Preview
Supports
Markdown
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