always rewrite address

pull/747/head
Jeff Becker 5 years ago
parent a9f524383a
commit 8329aa0ee6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -802,8 +802,6 @@ namespace llarp
}
else if(pkt.IsV6())
{
if(pkt.srcv6() != huint128_t{0} || pkt.dstv6() != huint128_t{0})
return false;
pkt.UpdateIPv6Address(themIP, usIP);
}
return true;

Loading…
Cancel
Save