diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-08-20 15:51:54 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-08-20 15:51:54 +0000 |
commit | 698c449ca003469f5499c5503e6910e8d253d6cc (patch) | |
tree | e4fc2e4109450e38ab69969ee3bc4fc4553059c6 /usr.sbin | |
parent | 9a6286707e511171368602be5704a112ab4c0d41 (diff) |
document "neighbor 1.2.3.4 clear"
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index f165860c803..9aae3e31c38 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.21 2004/07/16 20:23:41 jaredy Exp $ +.\" $OpenBSD: bgpctl.8,v 1.22 2004/08/20 15:51:53 henning Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -48,6 +48,8 @@ routing table. Take the BGP session to the specified neighbor up. .It Cm neighbor Ar address Cm down Take the BGP session to the specified neighbor down. +.It Cm neighbor Ar address Cm clear +Stop and restart the BGP session to the specified neighbor. .It Cm network add Ar prefix Add the specified prefix to the list of announced networks. .It Cm network delete Ar prefix |