diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-09-28 12:09:32 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-09-28 12:09:32 +0000 |
commit | b267daf4c189668d9a56b91cd57563281977743b (patch) | |
tree | 76dcadd9b230bce93a25a671b3480fb6622786d3 /usr.sbin/bgpd/bgpd.conf.5 | |
parent | 86e249c2d6e1643c759e59dbe4fdfd53ee5ac273 (diff) |
Add prepend-neighbor feature. Prepend the remote-as n times similar to
prepend-self. Only for incomming UPDATEs. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index aecbf769d6b..460b2dcf92e 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.37 2004/08/20 14:56:09 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.38 2004/09/28 12:09:31 claudio Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -812,6 +812,12 @@ Add the prefix in the update to the specified radix table, regardless of whether or not the path was selected for routing. This option may be useful in building realtime blacklists. .Pp +.It Ic prepend-neighbor Ar number +Prepend the neighbor's AS +.Ar number +times to the +.Em AS path . +.Pp .It Ic prepend-self Ar number Prepend the local AS .Ar number |