]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Separated bird.conf and bird.conf for testing filters.
authorPavel Machek <pavel@ucw.cz>
Wed, 8 Dec 1999 10:15:40 +0000 (10:15 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 8 Dec 1999 10:15:40 +0000 (10:15 +0000)
bird.conf

index 3f57a3fc06fb37b8d8ee4a1afaadeed74542d95a..0535168a15d106b3dc6c3e392ef43c780062203a 100644 (file)
--- a/bird.conf
+++ b/bird.conf
@@ -36,6 +36,7 @@ protocol rip MyRIP_test {
                password "nazdar" from 10;
        }
        authentication none;
+       import all;
 }
 
 protocol device {
@@ -53,9 +54,11 @@ protocol static {
 #      disabled;
        route 0.0.0.0/0 via 62.168.0.13;
        route 62.168.0.0/25 reject;
+       route 1.2.3.4/32 via 1.2.3.5;
 #      route 10.0.0.0/8 reject;
 #      route 10.1.1.0:255.255.255.0 via 62.168.0.3;
 #      route 10.1.2.0:255.255.255.0 via 62.168.0.3;
 #      route 10.1.3.0:255.255.255.0 via 62.168.0.4;
 #      route 10.2.0.0/24 via "arc0";
+       export all;
 }