Module Name: src Committed By: roy Date: Tue Sep 24 13:03:30 UTC 2024
Modified Files: src/share/man/man4: vether.4 src/sys/net: if_vether.c Log Message: vether(4): allow link state to be toggled by link0 Take link state down: ifconfig vether0 link0 Bring link state up: ifconfig vether0 -link0 Handy for testing how programs react to link state change on a VM. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/vether.4 cvs rdiff -u -r1.1 -r1.2 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.