aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 2e6944c..4f5f1b3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -14,8 +14,7 @@ const PEER_TIMEOUT: Duration = Duration::from_secs(30);
fn main() -> Result<()> {
let devices = [
- "wlan0", "eth0", "eth0.10", "eth0.20", "eth0.30", "eth0.40", "eth1", "ppp0", "dslite0",
- "he6in4",
+ "eth0", "eth0.10", "eth0.20", "eth0.30", "eth0.40", "eth1", "ppp0", "dslite0", "he6in4",
];
let clt = Arc::new(Mutex::new(None));