You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not here to help :/ just to ask random questions.
I Googled LINK0 and found it but still don't know what that does. What does that do? I don't have that on any of my physical or virtual NICs.
link[0-2]
Enable special processing of the link level of the interface.
These three options are interface specific in actual effect,
however, they are in general used to select special modes of
operation. An example of this is to enable SLIP compression,
or to select the connector type for some Ethernet cards. Refer
to the man page for the specific driver for more information.
-link[0-2]
Disable special processing at the link level with the specified
interface.
the meaning of link0 depends on the specific device; in the case of tap devices it means that IP addresses configured on the interface won't be removed when the interface is brought down (which happens when the VM is shut down).
from tap(4):
On the last close of the data device, the interface is brought down (as
if with “ifconfig tapN down”) and has all of its configured addresses
deleted unless the device is a VMnet device, or has IFF_LINK0 flag set.
All queued frames are thrown away. If the interface is up when the data
device is not open, output frames are thrown away rather than letting
them pile up.
interface while VM is running:
interface after VM reboots:
notice
LINK0
is missing inflags
.VM config:
vm-bhyve version 1.5.0_1 installed from ports
FreeBSD version FreeBSD 15.0-CURRENT #43 lf/main-n269060-ffd494371643: Tue Sep 17 05:59:59 BST 2024 [email protected]:/src/obj/src/freebsd/lf/main/amd64.amd64/sys/LF
The text was updated successfully, but these errors were encountered: