summaryrefslogtreecommitdiff
path: root/static/openbsd/man8/eigrpd.8
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:54:44 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:54:44 -0400
commita9157ce950dfe2fc30795d43b9d79b9d1bffc48b (patch)
tree9df484304b560466d145e662c1c254ff0e9ae0ba /static/openbsd/man8/eigrpd.8
parent160aa82b2d39c46ad33723d7d909cb4972efbb03 (diff)
docs: Added All OpenBSD Manuals
Diffstat (limited to 'static/openbsd/man8/eigrpd.8')
-rw-r--r--static/openbsd/man8/eigrpd.8111
1 files changed, 111 insertions, 0 deletions
diff --git a/static/openbsd/man8/eigrpd.8 b/static/openbsd/man8/eigrpd.8
new file mode 100644
index 00000000..25362823
--- /dev/null
+++ b/static/openbsd/man8/eigrpd.8
@@ -0,0 +1,111 @@
+.\" $OpenBSD: eigrpd.8,v 1.5 2023/03/02 17:09:53 jmc Exp $
+.\"
+.\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
+.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@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 $Mdocdate: March 2 2023 $
+.Dt EIGRPD 8
+.Os
+.Sh NAME
+.Nm eigrpd
+.Nd Enhanced Interior Gateway Routing Protocol (EIGRP) daemon
+.Sh SYNOPSIS
+.Nm
+.Op Fl dnv
+.Op Fl D Ar macro Ns = Ns Ar value
+.Op Fl f Ar file
+.Op Fl s Ar socket
+.Sh DESCRIPTION
+.Nm
+is an Enhanced Interior Gateway Routing Protocol
+.Pq EIGRP
+daemon which manages routing tables.
+EIGRP is a routing protocol based on Distance Vector technology.
+.Pp
+To have
+.Nm
+enabled at boot time, use
+.Dq rcctl enable eigrpd ,
+which sets
+.Pp
+.Dl eigrpd_flags=\(dq\(dq
+.Pp
+in
+.Xr rc.conf.local 8 .
+.Pp
+A running
+.Nm
+can be controlled with the
+.Xr eigrpctl 8
+utility.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl D Ar macro Ns = Ns Ar value
+Define
+.Ar macro
+to be set to
+.Ar value
+on the command line.
+Overrides the definition of
+.Ar macro
+in the configuration file.
+.It Fl d
+Do not daemonize.
+If this option is specified,
+.Nm
+will run in the foreground and log to
+.Em stderr .
+.It Fl f Ar file
+Specify an alternative configuration file.
+.It Fl n
+Configtest mode.
+Only check the configuration file for validity.
+.It Fl s Ar socket
+Use an alternate location for the default control socket.
+.It Fl v
+Produce more verbose output.
+.El
+.Sh FILES
+.Bl -tag -width "/var/run/eigrpd.sockXX" -compact
+.It Pa /etc/eigrpd.conf
+Default
+.Nm
+configuration file.
+.It Pa /var/run/eigrpd.sock
+.Ux Ns -domain
+socket used for communication with
+.Xr eigrpctl 8 .
+.El
+.Sh SEE ALSO
+.Xr eigrpd.conf 5 ,
+.Xr eigrpctl 8
+.Sh STANDARDS
+.Rs
+.%A Savage, et al.
+.%D April 2014
+.%R draft-savage-eigrp-04
+.%T Enhanced Interior Gateway Routing Protocol
+.Re
+.Sh HISTORY
+The
+.Nm
+program first appeared in
+.Ox 5.9 .
+.Sh AUTHORS
+The
+.Nm
+program was written by
+.An Renato Westphal Aq Mt renato@openbsd.org .