diff options
author | 2004-05-21 16:01:57 +0000 | |
---|---|---|
committer | 2004-05-21 16:01:57 +0000 | |
commit | 99341c3c4c4f743cb27f2f85dc6563bf48eeb36a (patch) | |
tree | 2c685790efe9bc3092f63ff1ba644e74d289c588 | |
parent | Fix some gcc warnings in bgpctl because of the last commit. OK henning@ (diff) | |
download | wireguard-openbsd-99341c3c4c4f743cb27f2f85dc6563bf48eeb36a.tar.xz wireguard-openbsd-99341c3c4c4f743cb27f2f85dc6563bf48eeb36a.zip |
Man page update to document the new network statements. OK henning@
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index 3786fdbed30..96bac64311f 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.17 2004/04/30 06:15:44 jmc Exp $ +.\" $OpenBSD: bgpctl.8,v 1.18 2004/05/21 16:01:57 claudio Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -99,6 +99,14 @@ routing table. Take the bgp session to the specified neighbor up. .It Li neighbor Ar address down Take the bgp session to the specified neighbor down. +.It Li network add Ar prefix +Add the specified prefix to the list of announced networks. +.It Li network delete Ar prefix +Remove the specified prefix from the list of announced networks. +.It Li network flush +Remove all dynamicaly added prefixes form the list of announced networks. +.It Li network flush +Show all announced networks. .El .Pp Commands to switch between displays may be abbreviated to the |