summaryrefslogtreecommitdiffstats
path: root/nest/config.Y
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-01 11:17:33 +0200
committerMartin Mares <mj@ucw.cz>2000-04-01 11:17:33 +0200
commitf8809249906811683e7e8d2a7b8cdcccde86742a (patch)
treef0aff2f9cedd220e062f81e9b68c6e6aaf4fcdd8 /nest/config.Y
parent85810613993913831822b84ab7a9792a88fc7a8f (diff)
downloadbird-f8809249906811683e7e8d2a7b8cdcccde86742a.tar
bird-f8809249906811683e7e8d2a7b8cdcccde86742a.zip
BGP now handles incoming routes (IPv4 only).
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; }
;