diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-03-29 13:10:33 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-03-29 13:10:33 +0000 |
commit | b07f9c2398390864d4a910cc0227c260bd3e52be (patch) | |
tree | f97ccb312cc32421201fbb9dae13f4bc0686d151 /usr.sbin/bgpd/bgpd.conf.5 | |
parent | 32b01fa449ec77184ebf015668fd2b7173094f4e (diff) |
Document the new inet and inet6 filter parameters. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 87ce323d369..7cbc059b5cd 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.83 2007/03/06 16:52:48 henning Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.84 2007/03/29 13:10:32 claudio Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -890,6 +890,14 @@ if enclosed in curly brackets: deny from { 128.251.16.1, 251.128.16.2, group hojo } .Ed .Pp +.It Pq Ic inet Ns \&| Ns Ic inet6 +This rule applies only to routes matching the stated address family. +The address family needs to be set only in rules that use +.Ic prefixlen +without specifying a +.Ic prefix +beforehand. +.Pp .It Xo .Ic prefix .Ar address Ns Li / Ns Ar len |