diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-10-28 09:16:50 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-10-28 09:16:50 +0000 |
commit | 14c38da3302cbc49ce24908923368a1b30147d25 (patch) | |
tree | da8962dac4351aba3015458cddcdcd0951344068 /usr.sbin | |
parent | 3340c29de504ea426c66de477de5a6e876cb9cc7 (diff) |
Document the "rib" filter parameter to specify the rib a rule applies to.
Diffstat (limited to 'usr.sbin')
-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 37f426e2ec4..581a90e4bf3 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.99 2009/10/22 21:12:47 sobrado Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.100 2009/10/28 09:16:49 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: October 22 2009 $ +.Dd $Mdocdate: October 28 2009 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -1062,6 +1062,12 @@ matches a rule which has the option set, this rule is considered the last matching rule, and evaluation of subsequent rules is skipped. .Pp +.It Ic rib Ar name +Apply rule only to the specified RIB. +This only applies for recieved updates, so not for rules using the +.Ar to Ar peer +parameter. +.Pp .It Ic set Ar attribute ... All matching rules can set the .Em AS path attributes |