diff options
author | 2007-04-27 09:26:33 +0000 | |
---|---|---|
committer | 2007-04-27 09:26:33 +0000 | |
commit | 2ff89df8b9bfccd68141802fb4103f11f547006b (patch) | |
tree | 2e2fcabb149aeb90d7b89d9ce0b7cb13f4fea13a | |
parent | Ripd needs a valid route for 224.0.0.9 to work. Instead of forcing users to (diff) | |
download | wireguard-openbsd-2ff89df8b9bfccd68141802fb4103f11f547006b.tar.xz wireguard-openbsd-2ff89df8b9bfccd68141802fb4103f11f547006b.zip |
Modified manpage to reflect claudio's changes about 224.0.0.9 route.
Synched with ospfd syntax.
OK claudio@ norby@
-rw-r--r-- | usr.sbin/ripd/ripd.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/ripd/ripd.8 b/usr.sbin/ripd/ripd.8 index 745c7008916..af37954e16d 100644 --- a/usr.sbin/ripd/ripd.8 +++ b/usr.sbin/ripd/ripd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ripd.8,v 1.2 2006/10/24 16:35:19 david Exp $ +.\" $OpenBSD: ripd.8,v 1.3 2007/04/27 09:26:33 michele Exp $ .\" .\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> .\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org> @@ -30,9 +30,12 @@ is the Routing Information Protocol .Pq RIP daemon which manages routers' routing tables. -For RIPD to work, -multicast routing must be enabled by setting multicast_router=YES in -.Pa /etc/rc.conf.local . +.Pp +A running +.Nm +can be controlled with the +.Xr ripctl 8 +utility. .Pp The options are as follows: .Bl -tag -width Ds |