fix last commit

pull/686/head
Jeff Becker 5 years ago
parent a781589b52
commit 89a3e375d2
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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;

Loading…
Cancel
Save