summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2004-11-19 10:06:34 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2004-11-19 10:06:34 +0000
commit349ae007a9d9bf58316b9af9860fa8eaeae39127 (patch)
tree76f51dfcd66ef0d78cecfa07037f7905ab8ae329 /usr.sbin/bgpd
parentc8c1b4b036238ce6a8b0c0c4d99ffc433f3bd63d (diff)
Add NO_PEER to the list of well-known communities and use 65535 instead of
0xffff. OK henning@
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r--usr.sbin/bgpd/bgpd.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 1429dd3ebbe..a1e8e52ffea 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.40 2004/11/11 10:35:15 claudio Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.41 2004/11/19 10:06:33 claudio Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -630,7 +630,7 @@ where
is an AS number and
.Ar local
is a locally significant number between zero and
-.Li 0xffff .
+.Li 65535 .
Both
.Ar as-number
and
@@ -642,8 +642,9 @@ Alternatively, well-known communities may be given by name instead and
include
.Ic NO_EXPORT ,
.Ic NO_ADVERTISE ,
+.Ic NO_EXPORT_SUBCONFED ,
and
-.Ic NO_EXPORT_SUBCONFED .
+.Ic NO_PEER .
.Pp
.It Xo
.Pq Ic from Ns \&| Ns Ic to