diff options
author | 2004-11-19 10:06:33 +0000 | |
---|---|---|
committer | 2004-11-19 10:06:33 +0000 | |
commit | 4b952acc5123a44ac32877bf9c24d7ba63eefe0a (patch) | |
tree | 27b38cc9aa776fe623264993d463c9f449057374 | |
parent | Make "set network 127.0.0.1" work and use = instead of |= for the (diff) | |
download | wireguard-openbsd-4b952acc5123a44ac32877bf9c24d7ba63eefe0a.tar.xz wireguard-openbsd-4b952acc5123a44ac32877bf9c24d7ba63eefe0a.zip |
Add NO_PEER to the list of well-known communities and use 65535 instead of
0xffff. OK henning@
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 1429dd3ebbe..a1e8e52ffea 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.40 2004/11/11 10:35:15 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.41 2004/11/19 10:06:33 claudio Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -630,7 +630,7 @@ where is an AS number and .Ar local is a locally significant number between zero and -.Li 0xffff . +.Li 65535 . Both .Ar as-number and @@ -642,8 +642,9 @@ Alternatively, well-known communities may be given by name instead and include .Ic NO_EXPORT , .Ic NO_ADVERTISE , +.Ic NO_EXPORT_SUBCONFED , and -.Ic NO_EXPORT_SUBCONFED . +.Ic NO_PEER . .Pp .It Xo .Pq Ic from Ns \&| Ns Ic to |