diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2020-04-23 16:17:49 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2020-04-23 16:17:49 +0000 |
commit | 9acc648f45a04a2185d02486272d0f60fc954bf0 (patch) | |
tree | ab46297387127da6a0339538241c40064157eb17 /usr.sbin | |
parent | 4d8d5f08d177633d80a5cd306ea3c58743796e36 (diff) |
Try to document 'no local-address'
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index f2a24d4d5df..c0730b33c0e 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.201 2020/02/16 22:10:47 kn Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.202 2020/04/23 16:17:48 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: February 16 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -1018,6 +1018,7 @@ 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 +.It Ic no Ic local-address When .Xr bgpd 8 initiates the TCP connection to the neighbor system, it normally does not @@ -1027,6 +1028,8 @@ If a is given, .Xr bgpd 8 binds to this address first. +.Ic no local-address +reverts back to the default. .Pp .It Ic local-as Ar as-number Op Ar as-number Set the AS number sent to the remote system. |