diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-05-17 12:39:33 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-05-17 12:39:33 +0000 |
commit | a74d240e1f035cf15ade49b9233080a0dd32ad05 (patch) | |
tree | fed5bf61ab95bfca13f112c19059765153821251 /usr.sbin/bgpd/bgpd.conf.5 | |
parent | 4126f8f2d4e3ed383225cb8d06c0724ff7698c95 (diff) |
extend filter language to allow basic setting of COMMUNITIES attribute.
ok claudio@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 00e1aca6e99..51ffdc06084 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.24 2004/05/08 20:18:45 henning Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.25 2004/05/17 12:39:32 djm Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -611,6 +611,22 @@ The following attributes can be modified: Set the .Em LOCAL_PREF .Em AS path attribute . +.It Ar community +Set the +.Em COMMUNITIES +.Em AS path attribute . +Communities are specified as +.Ar asnum:local , +where +.Ar asnum +is an AS number and +.Ar local +is a locally-significant number between zero and 0xffff. +Alternately, well-known communities may be specified by name: +.Em NO_EXPORT , +.Em NO_ADVERTISE , +or +.Em NO_EXPORT_SUBCONFED . .It Ar med Set the .Em MULTI_EXIT_DISC |