diff options
author | 2019-05-31 10:48:40 +0000 | |
---|---|---|
committer | 2019-05-31 10:48:40 +0000 | |
commit | 4f55bdc5ee17a8a1c37c038f2c9e2f65a5c38226 (patch) | |
tree | 09aec23cd74e70786f11db6e8d899db3a5827f62 | |
parent | Add MSI-X support. (diff) | |
download | wireguard-openbsd-4f55bdc5ee17a8a1c37c038f2c9e2f65a5c38226.tar.xz wireguard-openbsd-4f55bdc5ee17a8a1c37c038f2c9e2f65a5c38226.zip |
similar to note recently added to bgpd.conf(5), mention in docs for
"bgpctl reload" that ipsec/md5sig and "export none/default-route"
only take effect when the session is reset. sounds good to claudio
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 66b1f0bec3e..2c0688610cc 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.86 2019/05/23 14:12:06 claudio Exp $ +.\" $OpenBSD: bgpctl.8,v 1.87 2019/05/31 10:48:40 sthen Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -14,7 +14,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: May 23 2019 $ +.Dd $Mdocdate: May 31 2019 $ .Dt BGPCTL 8 .Os .Sh NAME @@ -202,6 +202,13 @@ and .Em inet6 . .It Cm reload Reload the configuration file. +Changes to the following neighbor options in +.Xr bgpd.conf 5 +only take effect when the session is reset: +.Ic ipsec , +.Ic tcp md5sig , +and +.Ic export Op none | default-route . .It Cm show fib Ar filter Show routes from .Xr bgpd 8 Ns 's |