updated packages
This commit is contained in:
parent
abf1101484
commit
807dffa3be
4 changed files with 72 additions and 9 deletions
|
|
@ -48,8 +48,8 @@ fn test_set_get_ipv6() {
|
|||
let addr = Ipv6Addr::new(1, 1, 1, 1, 1, 1, 1, 1);
|
||||
tun.set_ipv6_addr(addr)?;
|
||||
|
||||
// let result = tun.ipv6_addr()?;
|
||||
// assert_eq!(addr, result);
|
||||
let result = tun.ipv6_addr()?;
|
||||
assert_eq!(addr, result);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue