diff options
author | Ermal <eri@pfsense.org> | 2013-03-15 13:23:06 +0100 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2013-03-15 13:23:06 +0100 |
commit | eda6c6a5ebf71b76d4d7db08ccfa9cfb87c2576e (patch) | |
tree | 5d0a6daa89cd53c913640a26dec8e43d2d4ef190 | |
parent | 9cdfccae5323d1805fdc3331c797032a8a64c442 (diff) | |
download | pfsense-packages-eda6c6a5ebf71b76d4d7db08ccfa9cfb87c2576e.tar.gz pfsense-packages-eda6c6a5ebf71b76d4d7db08ccfa9cfb87c2576e.tar.bz2 pfsense-packages-eda6c6a5ebf71b76d4d7db08ccfa9cfb87c2576e.zip |
Correct descpriton
-rw-r--r-- | config/openbgpd/openbgpd_neighbors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openbgpd/openbgpd_neighbors.xml b/config/openbgpd/openbgpd_neighbors.xml index efa82384..e45baa1a 100644 --- a/config/openbgpd/openbgpd_neighbors.xml +++ b/config/openbgpd/openbgpd_neighbors.xml @@ -100,13 +100,13 @@ <field> <fielddescr>TCP-MD5 key</fielddescr> <fieldname>md5sigkey</fieldname> - <description>The md5 key to communicate with the peer. Does not work with Cisco BGP routers.</description> + <description>The md5 key to communicate with the peer. Does not work with Cisco BGP routers. You need the Local Addr option to be set.</description> <type>input</type> </field> <field> <fielddescr>TCP-MD5 password</fielddescr> <fieldname>md5sigpass</fieldname> - <description>The md5 password to communicate with the peer. Use this when communicating with a Cisco BGP router.</description> + <description>The md5 password to communicate with the peer. Use this when communicating with a Cisco BGP router. You need the Local Addr option to be set.</description> <type>input</type> </field> <field> |