mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(firezone-tunnel): Remove unused SIOCGIFMTU in tun_android (#4869)
https://github.com/firezone/firezone/actions/runs/8821060629/job/24216095183?pr=4178#step:9:2150
This commit is contained in:
@@ -11,8 +11,6 @@ use std::{
|
||||
};
|
||||
use tokio::io::unix::AsyncFd;
|
||||
|
||||
pub(crate) const SIOCGIFMTU: libc::c_ulong = libc::SIOCGIFMTU;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct Tun {
|
||||
fd: AsyncFd<RawFd>,
|
||||
|
||||
Reference in New Issue
Block a user