summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-12-08 11:15:40 +0100
committerPavel Machek <pavel@ucw.cz>1999-12-08 11:15:40 +0100
commitfebe526303996d48a667cd077f5703ca91f43219 (patch)
tree8e048c2012c10c68e4dd81d1494c9477c04fd5c3 /bird.conf
parentf78056fb2cf4554d5dcc50b5e0e79bc09ae825cf (diff)
downloadbird-febe526303996d48a667cd077f5703ca91f43219.tar
bird-febe526303996d48a667cd077f5703ca91f43219.zip
Separated bird.conf and bird.conf for testing filters.
Diffstat (limited to 'bird.conf')
-rw-r--r--bird.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/bird.conf b/bird.conf
index 3f57a3f..0535168 100644
--- 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;
}