diff options
author | 2019-05-29 11:13:23 +0000 | |
---|---|---|
committer | 2019-05-29 11:13:23 +0000 | |
commit | 7e4900cc8c0d7ddf13fd94158ff194dd4cfab013 (patch) | |
tree | ab63687b41e9cc7195748592cc1f10f25ef17d2f | |
parent | Support \ooo escapes, from Avi Halachmi. (diff) | |
download | wireguard-openbsd-7e4900cc8c0d7ddf13fd94158ff194dd4cfab013.tar.xz wireguard-openbsd-7e4900cc8c0d7ddf13fd94158ff194dd4cfab013.zip |
Document the few neighbor options that need a reset (bgpctl nei X clear)
to be picked up after a reload.
With and OK jmc@, sthen@
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 267333443d7..630c3a356e8 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.188 2019/03/28 19:44:59 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.189 2019/05/29 11:13:23 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: March 28 2019 $ +.Dd $Mdocdate: May 29 2019 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -940,6 +940,9 @@ messages will be sent to the neighbor. If set to .Ic default-route , only the default route will be announced to the neighbor. +When +.Ic export +is modified the neighbor session needs to be reset to become active. .Pp .It Ic holdtime Ar seconds Set the holdtime in seconds. @@ -984,6 +987,7 @@ aes-128-cbc <key> .Ed .Pp Keys must be given in hexadecimal format. +After changing settings a session needs to be reset to use the new keys. .Pp .It Xo .Ic ipsec @@ -1018,6 +1022,7 @@ After starting the and .Xr bgpd 8 daemons on both sides, the session should be established. +After changing settings a session needs to be reset to use the new keys. .Pp .It Ic local-address Ar address When @@ -1115,6 +1120,7 @@ The shared secret can either be given as a password or hexadecimal key. tcp md5sig password mekmitasdigoat tcp md5sig key deadbeef .Ed +After changing keys a session needs to be reset to use the new keys. .Pp .It Xo .Ic transparent-as |