summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-05-26 16:36:34 +0200
committerPavel Machek <pavel@ucw.cz>1999-05-26 16:36:34 +0200
commit7eb01479c92cd2f615993f2112aa5986f3e2b0ad (patch)
treeb6ae7b240b4600ce59949bd4f76ad1382a9fc4fc /bird.conf
parent1a2ded450ecfbb8ccb7f459d7265fc5333d13420 (diff)
downloadbird-7eb01479c92cd2f615993f2112aa5986f3e2b0ad.tar
bird-7eb01479c92cd2f615993f2112aa5986f3e2b0ad.zip
Example of password list usage.
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 850b53e..d315f0c 100644
--- a/bird.conf
+++ b/bird.conf
@@ -52,6 +52,9 @@ protocol rip MyRIP_test {
garbagetime 30;
interface "*";
export filter testf;
+ passwords { password "ahoj" from 0 to 10;
+ password "nazdar" from 10 to 20;
+ }
}
protocol device {