summaryrefslogtreecommitdiffstats
path: root/nest/config.Y
diff options
context:
space:
mode:
Diffstat (limited to 'nest/config.Y')
-rw-r--r--nest/config.Y1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/config.Y b/nest/config.Y
index f4e8cdd..24223db 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -99,6 +99,7 @@ proto_item:
imexport:
FILTER filter { $$ = $2; }
+ | where_filter
| ALL { $$ = FILTER_ACCEPT; }
| NONE { $$ = FILTER_REJECT; }
;