summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2016-01-07 18:41:42 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2016-01-07 18:41:42 +0000
commit2b0a8510db41fa59d4f974f3f601bb27c7e8ca8f (patch)
tree8d1a38bd56402e4c42f76acb458b2e4f26f64b85
parent2953ac222205aeb1a1617f865871f9b4057f7ab7 (diff)
If transparent-as is set to no AS paths are prepended with the local
AS not "their" AS. Which would be silly, the peer would just reject the prefix because the AS path contains its own AS. Pointed out by Colin Petrie cpetrie AT ripe DOT net, thanks! OK phessler, sthen, benno, jmc
-rw-r--r--usr.sbin/bgpd/bgpd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 352c2de3136..84a01ede720 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.139 2015/10/11 19:30:12 phessler Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.140 2016/01/07 18:41:41 florian 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: October 11 2015 $
+.Dd $Mdocdate: January 7 2016 $
.Dt BGPD.CONF 5
.Os
.Sh NAME
@@ -412,7 +412,7 @@ is used and no restricted socket is created.
If set to
.Ic yes ,
.Em AS paths
-to EBGP neighbors are not prepended with their own AS.
+to EBGP neighbors are not prepended with the local AS.
The default is
.Ic no .
.El
@@ -951,7 +951,7 @@ tcp md5sig key deadbeef
If set to
.Ic yes ,
.Em AS paths
-to EBGP neighbors are not prepended with their own AS.
+to EBGP neighbors are not prepended with the local AS.
The default is inherited from the global
.Ic transparent-as
setting.