diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-05-26 16:36:34 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-05-26 16:36:34 +0200 |
commit | 7eb01479c92cd2f615993f2112aa5986f3e2b0ad (patch) | |
tree | b6ae7b240b4600ce59949bd4f76ad1382a9fc4fc /bird.conf | |
parent | 1a2ded450ecfbb8ccb7f459d7265fc5333d13420 (diff) | |
download | bird-7eb01479c92cd2f615993f2112aa5986f3e2b0ad.tar bird-7eb01479c92cd2f615993f2112aa5986f3e2b0ad.zip |
Example of password list usage.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |