diff options
author | 2018-11-15 23:05:10 +0000 | |
---|---|---|
committer | 2018-11-15 23:05:10 +0000 | |
commit | c1f30285271ff381e8b9904a6c5d7715bb42b741 (patch) | |
tree | 7875be9f3918e9ba617e4f685488c654f2c798f3 | |
parent | spell an ioctl command better. (diff) | |
download | wireguard-openbsd-c1f30285271ff381e8b9904a6c5d7715bb42b741.tar.xz wireguard-openbsd-c1f30285271ff381e8b9904a6c5d7715bb42b741.zip |
admin that eoip(4) comes from the gre pseudo device driver
-rw-r--r-- | share/man/man4/gre.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index 57534b9e51f..7eaf7811781 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.73 2018/11/15 23:01:18 dlg Exp $ +.\" $OpenBSD: gre.4,v 1.74 2018/11/15 23:05:10 dlg Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -67,8 +67,14 @@ Point-to-point Ethernet tunnel interfaces. .It Nm nvgre Network Virtualization using Generic Routing Encapsulation (NVGRE) overlay Ethernet network interfaces. +.It Nm eoip +MikroTik Ethernet over IP tunnel interfaces. .El .Pp +See +.Xr eoip 4 +for information regarding MikroTik Ethernet over IP interfaces. +.Pp All GRE packet processing in the system is allowed or denied by setting the .Va net.inet.gre.allow .Xr sysctl 8 @@ -609,6 +615,7 @@ See the .Nm egre section for an example. .Sh SEE ALSO +.Xr eoip 4 , .Xr inet 4 , .Xr ip 4 , .Xr netintro 4 , |