diff options
author | 2001-01-05 05:12:41 +0000 | |
---|---|---|
committer | 2001-01-05 05:12:41 +0000 | |
commit | c94320ae75ccf090950ef1d6620cf78ef8fb78e5 (patch) | |
tree | 575c65a86b9debf8beff6d4547809e4cf86aa476 | |
parent | Add i386 specific sysctl to modify halt -p processing, required to make (diff) | |
download | wireguard-openbsd-c94320ae75ccf090950ef1d6620cf78ef8fb78e5.tar.xz wireguard-openbsd-c94320ae75ccf090950ef1d6620cf78ef8fb78e5.zip |
There's no "no_ripv1_out" and "no_ripv2_out", so paraphrase.
-rw-r--r-- | sbin/routed/routed.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 31acef60a64..981e5b90085 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.30 2000/04/15 02:15:17 aaron Exp $ +.\" $OpenBSD: routed.8,v 1.31 2001/01/05 05:12:41 angelos Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -518,13 +518,11 @@ Turns off aggregation of networks into supernets in RIPv2 responses. Equivalent to .Cm no_rip Cm no_rdisc . .It Cm no_rip -Disables all RIP processing on the specified interface. +Disables all RIP processing on the specified interface (no RIP will be +transmitted, and any received RIP packets will be ignored). If no interfaces are allowed to process RIP packets, .Nm acts purely as a router discovery daemon. -.Cm No_rip -is equivalent to -.Cm no_ripv1_in no_ripv2_in no_ripv1_out no_ripv2_out . Note that turning off RIP without explicitly turning on router discovery advertisements with |