Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   roy
Date:           Sun Sep 27 13:31:04 UTC 2020

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/sys/net: files.net
Added Files:
        src/share/man/man4: vether.4
        src/sys/net: if_vether.c

Log Message:
vether: Implement a virtual ethernet interface

The vether interface simulates a normal Ethernet interface by encapsulating
standard network frames with an Ethernet header, specifically for use as
a member in a bridge(4).

To use vether the administrator needs to configure an address onto the
interface so that packets can be routed to it. An Ethernet header will
be prepended and, if the vether interface is a member of a bridge(4),
the frame will show up there.

Taken from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1703 -r1.1704 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.708 -r1.709 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/vether.4
cvs rdiff -u -r1.28 -r1.29 src/sys/net/files.net
cvs rdiff -u -r0 -r1.1 src/sys/net/if_vether.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index