From 7eb01479c92cd2f615993f2112aa5986f3e2b0ad Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 May 1999 14:36:34 +0000 Subject: Example of password list usage. --- bird.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bird.conf') 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 { -- cgit v1.2.3