summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example3
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;
# };
# };
#}