diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-12-03 13:07:18 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-12-03 13:07:18 +0000 |
commit | e6ccd182fc10eacec25575b61c48024aee96f1d9 (patch) | |
tree | 731c8a6db65526545e52928d76763092805ecc4d /share | |
parent | 6e67ea386f37897e160c31cbd6a940565d2968a7 (diff) |
accross->across, and tweak wording about interface creation
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/etherip.4 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/share/man/man4/etherip.4 b/share/man/man4/etherip.4 index 7cb90c59c18..0852c5589e8 100644 --- a/share/man/man4/etherip.4 +++ b/share/man/man4/etherip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: etherip.4,v 1.2 2015/12/03 12:54:43 sthen Exp $ +.\" $OpenBSD: etherip.4,v 1.3 2015/12/03 13:07:17 sthen Exp $ .\" .\" Copyright (c) 2015 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -27,25 +27,24 @@ .Sh DESCRIPTION The .Nm -interface is a pseudo-device for tunnelling ethernet frames accross IP[46] +interface is a pseudo-device for tunnelling ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation. .Pp A .Nm interface can be created using the .Ic ifconfig etherip Ns Ar N Ic create -command and it must be configured with the addresses used for -the outer header. -This can be done by +command or by setting up a +.Xr hostname.if 5 +configuration file for +.Xr netstart 8 . +It must be configured with the addresses used for the outer header. +This can be done using .Xr ifconfig 8 Ns 's .Ic tunnel command (which uses the .Dv SIOCSIFPHYADDR ioctl). -These commands are also done by setting up a -.Xr hostname.if 5 -configuration files for -.Xr netstart 8 . .Pp The .Nm |