diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-02-07 19:21:42 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-02-07 19:21:42 +0100 |
commit | d06a875b042b608e61b2d5a2bb594641d3e1322f (patch) | |
tree | a4eae99c62b0b2349a42f229ac558e11f2f445d5 /nest | |
parent | 5d414309ec5a01024d4de4c4f9521f8daa5c06ff (diff) |
Filter: Recursive filter iteration code
Add macros for recursive filter iteration that allows to examine
all instructions reachable from a filter.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/proto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/proto.c b/nest/proto.c index aebb5458..7b359152 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -20,6 +20,7 @@ #include "nest/iface.h" #include "nest/cli.h" #include "filter/filter.h" +#include "filter/f-inst.h" pool *proto_pool; list proto_list; |