summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-03-22 15:23:40 +0100
committerPavel Machek <pavel@ucw.cz>2000-03-22 15:23:40 +0100
commitba4466701aed032f947272dead47b3abc7bb7a3f (patch)
treee19f9a7739c94204ced48d459156da445397f365 /bird.conf
parent72a6ef11fe6589d0f4d5158c207ff8a0669becc3 (diff)
downloadbird-ba4466701aed032f947272dead47b3abc7bb7a3f.tar
bird-ba4466701aed032f947272dead47b3abc7bb7a3f.zip
Format of dates changed, so rip authentication is now commented out.
Diffstat (limited to 'bird.conf')
-rw-r--r--bird.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/bird.conf b/bird.conf
index 78519ac..02a3470 100644
--- a/bird.conf
+++ b/bird.conf
@@ -15,9 +15,9 @@ protocol rip MyRIP_test {
garbagetime 60;
interface "*";
honour neighbour;
- passwords { password "ahoj" from 0 to 10;
- password "nazdar" from 10;
- }
+# passwords { password "ahoj" from 0 to 10;
+# password "nazdar" from 10;
+# }
authentication none;
import filter { print "importing"; accept; };
export filter { print "exporting"; accept; };