mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-18 12:30:33 +00:00
Update BasiliskII/src/Unix/ether_unix.cpp
Co-Authored-By: MSharq <mdshrq7@gmail.com>
This commit is contained in:
parent
90b65715ae
commit
f7023246d9
@ -255,7 +255,7 @@ bool ether_init(void)
|
|||||||
else if (strcmp(name, "slirp") == 0)
|
else if (strcmp(name, "slirp") == 0)
|
||||||
net_if_type = NET_IF_SLIRP;
|
net_if_type = NET_IF_SLIRP;
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(name, "vde") == 0){
|
else if (strcmp(name, "vde") == 0) {
|
||||||
printf("selected Ethernet device type VDE\n");
|
printf("selected Ethernet device type VDE\n");
|
||||||
net_if_type = NET_IF_VDE;
|
net_if_type = NET_IF_VDE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user