mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
more
This commit is contained in:
parent
7002e4d137
commit
7608aef366
@ -286,7 +286,7 @@ namespace llarp
|
||||
return false;
|
||||
if(tuntap_up(tunif) == -1)
|
||||
return false;
|
||||
if(tuntap_set_ifname(tunif, t->if_name) == -1)
|
||||
if(tuntap_set_ifname(tunif, t->ifname) == -1)
|
||||
return false;
|
||||
fd = tunif->tun_fd;
|
||||
return fd != -1;
|
||||
|
Loading…
Reference in New Issue
Block a user