diff options
author | 2019-03-27 21:23:13 +0000 | |
---|---|---|
committer | 2019-03-27 21:23:13 +0000 | |
commit | 8423d6adca2c43f67b36c382e437dab333ab881d (patch) | |
tree | 17f6066bf15420181e61bd58643f51a2db750833 | |
parent | Tweak output and correct a comment. (diff) | |
download | wireguard-openbsd-8423d6adca2c43f67b36c382e437dab333ab881d.tar.xz wireguard-openbsd-8423d6adca2c43f67b36c382e437dab333ab881d.zip |
remove documentation for obsolete announce all|none|default-route, see
parse.y rev 1.381 2019/02/27
ok sthen@
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index a6f975e935d..2d8ab505847 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.186 2019/02/26 10:49:15 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.187 2019/03/27 21:23:13 benno Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 26 2019 $ +.Dd $Mdocdate: March 27 2019 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -737,23 +737,6 @@ There are several neighbor properties: .Bl -tag -width Ds -compact .It Xo .Ic announce -.Pq Ic all | default-route | none -.Xc -.Ic announce all -is a no-op. -.Ic announce none -and -.Ic announce default-route -are aliases for -.Ic export none -and -.Ic export default-route , -respectively. -These three directives are provided for backward compatibility, but will -eventually be removed. -.Pp -.It Xo -.Ic announce .Pq Ic IPv4 Ns | Ns Ic IPv6 .Pq Ic none Ns | Ns Ic unicast Ns | Ns Ic vpn .Xc |