mirror of
https://github.com/markqvist/tncattach.git
synced 2025-06-15 12:52:29 -04:00
TAP
- Cleaned up
This commit is contained in:
parent
c6585c242e
commit
8b26e1bfb4
2
TAP.c
2
TAP.c
@ -29,7 +29,7 @@ void trySixSet
|
|||||||
char ip_str[INET6_ADDRSTRLEN+1];
|
char ip_str[INET6_ADDRSTRLEN+1];
|
||||||
inet_ntop(AF_INET6, &address, ip_str, INET6_ADDRSTRLEN+1);
|
inet_ntop(AF_INET6, &address, ip_str, INET6_ADDRSTRLEN+1);
|
||||||
|
|
||||||
printf
|
printf
|
||||||
(
|
(
|
||||||
"Adding IPv6 address of '%s/%d' to interface at if_index %d\n",
|
"Adding IPv6 address of '%s/%d' to interface at if_index %d\n",
|
||||||
ip_str,
|
ip_str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user