diff options
| author | Zhenlei Huang <zlei@FreeBSD.org> | 2025-08-27 15:55:22 +0000 | 
|---|---|---|
| committer | Zhenlei Huang <zlei@FreeBSD.org> | 2025-08-27 15:55:22 +0000 | 
| commit | bf6027df0955cb79c9c56c47cc96709b2215c82a (patch) | |
| tree | 084cce4356c75b8f3e19a1ba5c3691f7e84c2cf4 | |
| parent | fcc3096f004116d8bb8a753bb2f2181f2949a806 (diff) | |
| -rw-r--r-- | share/man/man4/gif.4 | 19 | 
1 files changed, 18 insertions, 1 deletions
| diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4 index ad33d5d21e81..cc12d91b72ea 100644 --- a/share/man/man4/gif.4 +++ b/share/man/man4/gif.4 @@ -28,7 +28,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd July 14, 2025 +.Dd August 27, 2025  .Dt GIF 4  .Os  .Sh NAME @@ -55,6 +55,16 @@ does not perform GRE encapsulation; use  .Xr gre 4  for GRE encapsulation.  .Pp +The +.Nm +interface can also tunnel Ethernet traffic over IPv4 or IPv6 +when combined with a +.Xr if_bridge 4 +interface using EtherIP protocol. +See +.Xr if_bridge 4 +for detailed setup. +.Pp  Each  .Nm  interface is created at runtime using interface cloning. @@ -316,6 +326,13 @@ to the desired level of nesting.  .%D December 1999  .%O draft-ietf-ipsec-ecn-02.txt  .Re +.Rs +.%A R. Housley +.%A S. Hollenbeck +.%T EtherIP: Tunneling Ethernet Frames in IP Datagrams +.%R RFC 3378 +.%D September 2002 +.Re  .\"  .Sh HISTORY  The | 
