summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd
diff options
context:
space:
mode:
authorlandry <landry@openbsd.org>2019-11-10 20:51:52 +0000
committerlandry <landry@openbsd.org>2019-11-10 20:51:52 +0000
commitf2cc1b425fc19b24e9e47473e4618055f8126f43 (patch)
tree1797f784ef37ec5132da42e1d90287d4de7e8a3f /usr.sbin/eigrpd
parentdocument server/servers "trusted" sub-option. Indicates a particular (diff)
downloadwireguard-openbsd-f2cc1b425fc19b24e9e47473e4618055f8126f43.tar.xz
wireguard-openbsd-f2cc1b425fc19b24e9e47473e4618055f8126f43.zip
Consistently use _rcctl enable foo_ in examples, it's simpler and less
error prone than manually editing rc.conf.local, and also works to enable ipsec and accounting. tweak from schwarze@ to use the \(dq\(dq syntax for quotes in '.Dl foo_flags="" lines' instead of \&"\&". while at it, fix a reference to a bogus /dev/dhclient.conf file that recently snuck in. ok jmc@ deraadt@ schwarze@
Diffstat (limited to 'usr.sbin/eigrpd')
-rw-r--r--usr.sbin/eigrpd/eigrpd.821
1 files changed, 9 insertions, 12 deletions
diff --git a/usr.sbin/eigrpd/eigrpd.8 b/usr.sbin/eigrpd/eigrpd.8
index 1b07be715c6..2c349bad1b1 100644
--- a/usr.sbin/eigrpd/eigrpd.8
+++ b/usr.sbin/eigrpd/eigrpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eigrpd.8,v 1.3 2015/10/27 07:26:43 jmc Exp $
+.\" $OpenBSD: eigrpd.8,v 1.4 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 27 2015 $
+.Dd $Mdocdate: November 10 2019 $
.Dt EIGRPD 8
.Os
.Sh NAME
@@ -34,19 +34,16 @@ is an Enhanced Interior Gateway Routing Protocol
daemon which manages routing tables.
EIGRP is a routing protocol based on Distance Vector technology.
.Pp
+To have
.Nm
-is usually started at boot time, and can be enabled by
-setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable eigrpd ,
+which sets
.Pp
-.Dl eigrpd_flags=\&"\&"
+.Dl eigrpd_flags=\(dq\(dq
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process
-and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
A running
.Nm