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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user