diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-10-13 07:37:36 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-10-13 07:37:36 +0000 |
commit | e6e5a21a1fb1990248183851786b11c645c6117f (patch) | |
tree | 3fe37e33e9a1371cd1a62603b4d1705a87f21c1e /usr.sbin | |
parent | 20716c32ca3451a449913fc715e93ec90c1b025e (diff) |
Add missing Ns in argument list of announce (IPv4|IPv6) ...
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index b007b31aa30..6dc0fba5df5 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.236 2023/08/16 08:38:40 job Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.237 2023/10/13 07:37:35 claudio 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: August 16 2023 $ +.Dd $Mdocdate: October 13 2023 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -953,7 +953,7 @@ The neighbor properties are as follows: .It Xo .Ic announce .Pq Ic IPv4 Ns | Ns Ic IPv6 -.Pq Ic none Ns | Ns Ic unicast Ns | Ns Ic vpn | Ns Ic flowspec +.Pq Ic none Ns | Ns Ic unicast Ns | Ns Ic vpn Ns | Ns Ic flowspec .Xc For the given address family, control which .Em subsequent address families |