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

Complain when filter does not end in accept nor reject.

This commit is contained in:
Pavel Machek
2000-05-31 21:50:13 +00:00
parent b5958826cc
commit 0b1cad8162
2 changed files with 3 additions and 2 deletions

View File

@@ -57,7 +57,6 @@ protocol static {
bgp_community.empty;
print "community = ", bgp_community;
print "done";
accept;
};
route 0.0.0.0/0 via 195.113.31.113;