summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-10-02 12:44:48 +0200
committerPavel Machek <pavel@ucw.cz>1999-10-02 12:44:48 +0200
commitac40c888c21c72ae7f6c3d329dd2ba5417eec009 (patch)
tree028e6a4399941eef43afbbf68812aec7fbc92c59 /bird.conf
parent7db7b7db603a2d852066c313da76c72673a204fa (diff)
downloadbird-ac40c888c21c72ae7f6c3d329dd2ba5417eec009.tar
bird-ac40c888c21c72ae7f6c3d329dd2ba5417eec009.zip
Obvious bugs in authentication fixed.
Diffstat (limited to 'bird.conf')
-rw-r--r--bird.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/bird.conf b/bird.conf
index bc31efc..75a2408 100644
--- a/bird.conf
+++ b/bird.conf
@@ -49,8 +49,8 @@ int i;
callme ( 7, 2, );
print "done";
- quitbird;
- print "*** FAIL: this is unreachable";
+# quitbird;
+# print "*** FAIL: this is unreachable";
}
filter testf
@@ -67,12 +67,13 @@ protocol rip MyRIP_test {
port 1520;
period 5;
garbagetime 30;
- interface "*";
+ interface "*" { mode broadcast; };
export filter testf;
honour neighbour;
passwords { password "ahoj" from 0 to 10;
- password "nazdar" from 10 to 20;
+ password "nazdar" from 10;
}
+ authentication md5;
}
protocol device {