Example of password list usage.
This commit is contained in:
parent
1a2ded450e
commit
7eb01479c9
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ protocol rip MyRIP_test {
|
||||||
garbagetime 30;
|
garbagetime 30;
|
||||||
interface "*";
|
interface "*";
|
||||||
export filter testf;
|
export filter testf;
|
||||||
|
passwords { password "ahoj" from 0 to 10;
|
||||||
|
password "nazdar" from 10 to 20;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
|
|
Loading…
Reference in a new issue