diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 03:23:03 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 03:23:03 +0200 |
commit | c1824c4d4c7753246ba26d27c7a3b7be3006d46b (patch) | |
tree | 428682b51c5ae4ed3f5d2523ab24a35d78cfde68 /doc/bird.conf.example | |
parent | fef1badfcfb0519cca10f3561e5cb79ef9f9e969 (diff) | |
download | bird-c1824c4d4c7753246ba26d27c7a3b7be3006d46b.tar bird-c1824c4d4c7753246ba26d27c7a3b7be3006d46b.zip |
Simple autentication added.
Diffstat (limited to 'doc/bird.conf.example')
-rw-r--r-- | doc/bird.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
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; # }; # }; #} |