diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-05-29 11:13:24 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-05-29 11:13:24 +0000 |
commit | bf838f34d9d478356fa652938b36d7c93917f322 (patch) | |
tree | d16f897d910b5ac787838621c21f39cb3d0bd269 /usr.sbin/bgpd | |
parent | 1594afa256a047011011cf29e4f04fa1c5e5fc3a (diff) |
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@
Diffstat (limited to 'usr.sbin/bgpd')
-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 |