Update linux.rs

main
shellrow 3 years ago
parent 43255ac602
commit e072e3de14
  1. 2
      src/gateway/linux.rs

@ -1,4 +1,4 @@
use std::net::{IpAddr, Ipv4Addr}; use std::net::{IpAddr, Ipv4Addr, Ipv6Addr};
use std::fs::read_to_string; use std::fs::read_to_string;
use crate::interface::MacAddr; use crate::interface::MacAddr;
use super::Gateway; use super::Gateway;

Loading…
Cancel
Save