- More cleanup
This commit is contained in:
Tristan Brice Velloza Kildaire 2024-12-15 17:55:11 +02:00
parent 9272a16e52
commit 0d24b3a128

10
TAP.c
View File

@ -366,16 +366,6 @@ int open_tap(void) {
exit(1);
}
// Choose stratergy for generating link-local address
if(device_type == IF_TAP)
{
}
else
{
}
// Add user's requested address
trySixSet(ifr.ifr_ifindex, six_addr_itself, prefixLen_l);
}