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

NEWS and version update.

This commit is contained in:
Ondrej Zajicek
2010-04-09 17:42:39 +02:00
parent de14a7c7aa
commit d759c1a6f8
5 changed files with 25 additions and 9 deletions

View File

@@ -17,10 +17,10 @@
#define '1a-a1' = (30+40);
# Define a route filter...
filter test_filter {
if net ~ 10.0.0.0/16 then accept;
else reject;
}
#filter test_filter {
# if net ~ 10.0.0.0/16 then accept;
# else reject;
#}
#filter sink { reject; }
#filter okay { accept; }
@@ -34,9 +34,9 @@ filter test_filter {
# The direct protocol automatically generates device routes to
# all network interfaces. Can exist in as many instances as you wish
# if you want to populate multiple routing tables with device routes.
protocol direct {
#protocol direct {
# interface "-eth*", "*"; # Restrict network interfaces it works with
}
#}
# This pseudo-protocol performs synchronization between BIRD's routing
# tables and the kernel. If your kernel supports multiple routing tables