summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-04-09 17:42:39 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-04-09 17:42:39 +0200
commitd759c1a6f834cd8a8a7c264d159b9ceb246aec2a (patch)
treec0d0300f6f945bc78a3d644980c278dbc5733f8b /doc
parentde14a7c7aa9225cbc9f837fac9e332a99a99ed69 (diff)
downloadbird-d759c1a6f834cd8a8a7c264d159b9ceb246aec2a.tar
bird-d759c1a6f834cd8a8a7c264d159b9ceb246aec2a.zip
NEWS and version update.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index c710512..dc4d18b 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -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