1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Obvious bugs in authentication fixed.

This commit is contained in:
Pavel Machek
1999-10-02 10:44:48 +00:00
parent 7db7b7db60
commit ac40c888c2
5 changed files with 25 additions and 11 deletions

View File

@@ -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 {