diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-09 13:23:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-09 13:23:18 +0000 |
commit | cc2afc2812420f93b2112294c8e502d5783bcb27 (patch) | |
tree | df4855f8e6670ccfbca040dcb1cfadfa04f9f085 | |
parent | b2a5a18172ef1c6f48aeef0cd04e44a45aca8e56 (diff) |
tweak previous;
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 4921bc0422a..21f46994d23 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.62 2013/10/09 08:56:38 phessler Exp $ +.\" $OpenBSD: bgpctl.8,v 1.63 2013/10/09 13:23:17 jmc Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -122,29 +122,29 @@ may be the neighbor's address or description. Add the specified prefix to the list of announced networks. It is possible to set various path attributes with additional .Ar arguments . -.It Cm network delete Ar prefix -Remove the specified prefix from the list of announced networks. -.It Cm network flush -Remove all dynamically added prefixes from the list of announced networks. .It Xo .Cm network bulk .Op Ar arguments .Op Cm add .Xc Bulk add specified prefixes to the list of announced networks. -Prefixes should be sent via STDIN. +Prefixes should be sent via stdin. It is possible to set various path attributes with additional .Ar arguments . If neither .Cm add or .Cm delete -is given, +is given, .Cm add is the default. .It Cm network bulk delete Bulk remove the specified prefixes from the list of announced networks. -Prefixes should be sent via STDIN. +Prefixes should be sent via stdin. +.It Cm network delete Ar prefix +Remove the specified prefix from the list of announced networks. +.It Cm network flush +Remove all dynamically added prefixes from the list of announced networks. .It Cm network mrt file Ar file filter Import networks from an MRT table dump for debugging purposes. .Ar filter |