From c1824c4d4c7753246ba26d27c7a3b7be3006d46b Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 01:23:03 +0000 Subject: Simple autentication added. --- doc/bird.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/bird.conf.example') diff --git a/doc/bird.conf.example b/doc/bird.conf.example index ca7546e..4de53cf 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -117,6 +117,8 @@ protocol static { # dead count 5; # wait 50; # type broadcast; +# authentication simple; +# password "pass"; # }; # interface "arc0" { # type nonbroadcast; @@ -130,6 +132,7 @@ protocol static { # stub 1; # interface "ppp1" { # hello 8; +# authentication none; # }; # }; #} -- cgit v1.2.3