diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-11-15 23:05:11 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-11-15 23:05:11 +0000 |
commit | f9af599872083cd6798746ff5299dd5ed1d5ec4f (patch) | |
tree | a1a0fc638e07149de94e6fb27ab0eeb65b2529df /share | |
parent | dfa07bba88069e3cf6fbb86df31164a49c031e9a (diff) |
admin that eoip(4) comes from the gre pseudo device driver
Diffstat (limited to 'share')
-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 , |