]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added missing structure declarations.
authorMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:31:11 +0000 (19:31 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:31:11 +0000 (19:31 +0000)
TODO
filter/filter.h

diff --git a/TODO b/TODO
index 9eaf272dd5201e6b92220ebe56f0ebca0887154f..f06b96431a3243d6cbaa134f7f7faeb2c8c46952 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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?
index cc3fef12c2e5ca8ab0b2ee881630bf4d4f7e3691..f32a98eb1392254dd6f7a52d4991c2a5a78d69dd 100644 (file)
@@ -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);