]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Example of password list usage.
authorPavel Machek <pavel@ucw.cz>
Wed, 26 May 1999 14:36:34 +0000 (14:36 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 26 May 1999 14:36:34 +0000 (14:36 +0000)
bird.conf

index 850b53e329e0e8529bb5f2fcabd53e1b71658873..d315f0c9b2517d4bffa37e019f7cf88ba77c44dd 100644 (file)
--- 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 {