diff options
author | Maria Matejka <mq@ucw.cz> | 2019-07-03 08:44:42 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-07-03 08:44:42 +0200 |
commit | 8816b6cdd98d24535eece6b5e35730aac57cd9f7 (patch) | |
tree | 190aedf5b4d8c8c9df7ba91d16423aadc5fbe716 /conf | |
parent | c376555cecbfea83314e9f76bce5002185d3566a (diff) | |
parent | 84ac62d3967f5294f4dc208b803a273a101744a8 (diff) |
Merge branch 'mq-filter-stack' of gitlab.labs.nic.cz:labs/bird into mq-filter-stack
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index bcfd3f1a..775af22d 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -64,7 +64,9 @@ CF_DECLS struct rtable_config *r; struct channel_config *cc; struct f_inst *x; - struct f_inst *xp[2]; + struct { + struct f_inst *begin, *end; + } xp; enum filter_return fret; enum ec_subtype ecs; struct f_dynamic_attr fda; |