diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-23 07:16:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-23 07:16:56 +0000 |
commit | 3a89a9824e69757ca188acb0e69fdc0b78c0e3ec (patch) | |
tree | f978a3c5a8f40a80408e51a0088c64631fa56f51 /share/man/man8 | |
parent | 7f6c87fadcb92e50a922fef7bc900570e7d55a00 (diff) |
point readers, where relevant, to route(8) rather than netstat(1) or route(4);
remove some redundant info regarding netstat -r from ipcomp/ipsec
feedback claudio sthen
ok claudio kn sthen
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/afterboot.8 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 109f601298c..a2ef5674bcd 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.171 2022/04/13 18:00:34 espie Exp $ +.\" $OpenBSD: afterboot.8,v 1.172 2022/12/23 07:16:55 jmc Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 13 2022 $ +.Dd $Mdocdate: December 23 2022 $ .Dt AFTERBOOT 8 .\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu .Os @@ -183,9 +183,8 @@ See .Xr hostname.if 5 for instructions on configuring interfaces with DHCP. .Pp -Routing tables can be viewed by issuing a -.Ic netstat -rn -command. +Routing tables can be viewed by issuing +.Dq route -n show . The default gateway address is stored in the .Pa /etc/mygate file. @@ -199,8 +198,10 @@ Or, you may prefer to manually configure using a series of .Ic route add and .Ic route delete -commands (see -.Xr route 8 ) . +commands. +See +.Xr route 8 +for more information. .Pp If you wish to route packets between interfaces, add one or both of the following directives (depending on whether IPv4 or IPv6 routing |