From 8329aa0ee6904f919491212478f88bb8e34d1b6e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 1 Aug 2019 14:18:36 -0400 Subject: [PATCH] always rewrite address --- llarp/handlers/tun.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llarp/handlers/tun.cpp b/llarp/handlers/tun.cpp index 3a0b4f9ca..b575289d8 100644 --- a/llarp/handlers/tun.cpp +++ b/llarp/handlers/tun.cpp @@ -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;