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:44:47 UTC 2020

Modified Files:
        src/share/man/man4: tap.4
        src/sys/net: if_tap.c

Log Message:
tap: Report link state based on if the interface has been opened or not

While a nice addition, it does render tap(4) useless as a bridge(4)
endpoint. We now have vether(4) for use as bridge endpoint.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/tap.4
cvs rdiff -u -r1.118 -r1.119 src/sys/net/if_tap.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