merge boringtun into burrow
This commit is contained in:
parent
e643d9dd41
commit
28af9003d0
39 changed files with 3122 additions and 228 deletions
|
|
@ -1,13 +1,11 @@
|
|||
use std::{io::Error, net::Ipv4Addr};
|
||||
|
||||
use fehler::throws;
|
||||
use std::io::Error;
|
||||
use std::net::Ipv4Addr;
|
||||
use tun::TunInterface;
|
||||
|
||||
#[test]
|
||||
#[throws]
|
||||
fn test_create() {
|
||||
TunInterface::new()?;
|
||||
}
|
||||
fn test_create() { TunInterface::new()?; }
|
||||
|
||||
#[test]
|
||||
#[throws]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue