diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-07-19 15:40:57 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-07-19 15:40:57 +0200 |
commit | 0a21c21112eff1286a0a2a7f7afc812f8d16cfa2 (patch) | |
tree | 707795a122c3195f13e80de68aec2744206ae4b0 | |
parent | c6ed5a0f9925476714d6b351c61dbce704a4f09d (diff) |
Doc: Fix password ID option description
Thanks to Alexander Velkov for noticing it
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b90f65d1..1af7f2c1 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -667,7 +667,7 @@ agreement"). <descrip> <tag>id <M>num</M></tag> - ID of the password, (0-255). If it's not used, BIRD will choose ID based + ID of the password, (1-255). If it is not used, BIRD will choose ID based on an order of the password item in the interface. For example, second password item in one interface will have default ID 2. ID is used by some routing protocols to identify which password was used to |