From 89a3e375d286e7854c7640d16cd23303e55d7a82 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 5 Jul 2019 10:48:10 -0400 Subject: [PATCH] fix last commit --- llarp/handlers/tun.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/llarp/handlers/tun.hpp b/llarp/handlers/tun.hpp index 576f6576c..176aadaff 100644 --- a/llarp/handlers/tun.hpp +++ b/llarp/handlers/tun.hpp @@ -109,6 +109,13 @@ namespace llarp huint128_t GetIfAddr() const override; + /// we have an interface addr + bool + HasIfAddr() const override + { + return true; + } + bool HasLocalIP(const huint128_t& ip) const;