fix netsh bug
This commit is contained in:
parent
c318890784
commit
7bd99d346a
@ -52,6 +52,7 @@ impl Iface {
|
||||
let netbit = ip_to_string(&net_bit_len_to_mask(netbit));
|
||||
|
||||
let res = Command::new("netsh")
|
||||
.arg("interface")
|
||||
.arg("ip")
|
||||
.arg("set")
|
||||
.arg("address")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user