summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/bgpctl.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.8')
-rw-r--r--usr.sbin/bgpctl/bgpctl.848
1 files changed, 48 insertions, 0 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8
new file mode 100644
index 00000000000..d0adb9b4037
--- /dev/null
+++ b/usr.sbin/bgpctl/bgpctl.8
@@ -0,0 +1,48 @@
+.\" $OpenBSD: bgpctl.8,v 1.1 2004/01/02 02:22:52 henning Exp $
+.\"
+.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd December 22, 2003
+.Dt BGPCTL 8
+.Os
+.Sh NAME
+.Nm bgpctl
+.Nd "control the Border Gateway Protocol daemon"
+.Sh SYNOPSIS
+.Nm bgpctl
+.Bk -words
+.Ek
+.Sh DESCRIPTION
+The
+.Nm
+program controls the
+.Xr bgpd
+daemon.
+The options are as follows:
+.Bl -tag -width Ds
+.El
+.Sh SEE ALSO
+.Xr bgpd 8
+.Sh FILES
+.Bl -tag -width "/etc/bgpd.conf" -compact
+.It Pa /etc/bgpd.conf
+.Nm
+configuration file.
+.El
+.Sh HISTORY
+The
+.Nm
+program first appeared in
+.Ox 3.5 .