[Bug 241737] cannot use the tap interface name to build a VM

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 7 13:54:15 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241737

Kyle Evans <kevans at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kevans at freebsd.org

--- Comment #1 from Kyle Evans <kevans at freebsd.org> ---
(In reply to Fabien Costard from comment #0)

Hmm... unfortunately, this should work fine in -CURRENT and stable/12, but the
patch will not go to stable/11 and did not make it into 12.1. The merged
tuntap(4) will create a dev alias for the different name:

root at viper:/usr/src# ifconfig tap create name port1
port1
root at viper:/usr/src# ls -l /dev | grep tap
lrwxr-xr-x  1 root  wheel        4 Nov  7 07:52 port1 -> tap0
crw-------  1 uucp  dialer    0x60 Nov  7 07:52 tap0

I do not have any insight into how -virtualization would prefer to proceed, but
this is news from the tun/tap side. =-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-virtualization mailing list