1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Filter: Recursive filter iteration code

Add macros for recursive filter iteration that allows to examine
all instructions reachable from a filter.
This commit is contained in:
Ondrej Zajicek (work)
2021-02-07 19:21:42 +01:00
parent 5d414309ec
commit d06a875b04
7 changed files with 109 additions and 0 deletions

View File

@@ -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;