libos-nuse/net-next-nuse

relax interface name restrictions

thehajime opened this issue · 1 comments

currently, all interface name of VIF needs to include a local one:
e.g.,
if
% ifconfig
lo:
eth0
p1p1:

then, vif need to be assign nuse-eth0 or nuse-p1p1.
but an interface created for tap doesn't need to be like this: this restriction should be relaxed.

commit d01fde7 fixes this issue