mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
check yggdrasil ipv6 range
This commit is contained in:
parent
07282ec39f
commit
ed4c00e4f4
2 changed files with 5 additions and 2 deletions
|
@ -189,7 +189,7 @@ namespace util
|
|||
int GetMTU (const boost::asio::ip::address& localAddress);
|
||||
const boost::asio::ip::address GetInterfaceAddress (const std::string & ifname, bool ipv6=false);
|
||||
boost::asio::ip::address_v6 GetYggdrasilAddress ();
|
||||
bool IsInReservedRange (const boost::asio::ip::address& host);
|
||||
bool IsInReservedRange (const boost::asio::ip::address& host, bool checkYggdrasil = true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue