diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-05 17:04:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-05 17:04:45 +0000 |
commit | 67b93fc8db203c78e410987595a86e3323abcb69 (patch) | |
tree | f47469db7e1a8b16a072db485824a4a2fc5c672e /usr.sbin/bgpd | |
parent | 0c6f15423dbbf6b9e1edba3e80bfdb7401771231 (diff) |
new blackhole/reject nexthops
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index e12058796b9..a6782767a24 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.28 2004/05/24 08:45:04 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.29 2004/07/05 17:04:44 henning Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -646,7 +646,12 @@ AS path attribute. Set the .Em NEXTHOP AS path attribute -to a different nexthop address. +to a different nexthop address, or use blackhole or reject routes. +.Bd -literal -offset indent +set nexthop 192.168.0.1 +set nexthop blackhole +set nexthop reject +.Ed .It Ar pftable Adds the prefix in the update to the specified .Xr pf 4 |