diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-08-01 20:00:54 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-08-01 20:00:54 -0300 |
commit | d88e8e657a759c8f79fecf3a54d54b8225520b08 (patch) | |
tree | 2560e57f2c94db98d600e00d724441df434e6072 /config/openbgpd | |
parent | e46c87d3d212f932ba81a06ff42c3991cb709d64 (diff) | |
download | pfsense-packages-d88e8e657a759c8f79fecf3a54d54b8225520b08.tar.gz pfsense-packages-d88e8e657a759c8f79fecf3a54d54b8225520b08.tar.bz2 pfsense-packages-d88e8e657a759c8f79fecf3a54d54b8225520b08.zip |
Improve instructions for bgpd.conf networks section to reflect brpd.conf syntax. It fixes #3102
Diffstat (limited to 'config/openbgpd')
-rw-r--r-- | config/openbgpd/openbgpd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/openbgpd/openbgpd.xml b/config/openbgpd/openbgpd.xml index 2d28de0f..58107d48 100644 --- a/config/openbgpd/openbgpd.xml +++ b/config/openbgpd/openbgpd.xml @@ -151,7 +151,7 @@ <description></description> <rowhelper> <rowhelperfield> - <fielddescr>Announce the specified network as belonging to our AS. If set to connected, routes to directly attached networks will be announced. If set to static, all static routes will be announced.</fielddescr> + <fielddescr>Announce the specified network as belonging to our AS. If set to "(inet|inet6)connected", inet or inet6 routes to directly attached networks will be announced. If set to "(inet|inet6) static", all inet or inet6 static routes will be announced.</fielddescr> <fieldname>networks</fieldname> <description>Network that you would like to advertise</description> <type>input</type> |