- support nested VLANs + fix few clang warnings

This commit is contained in:
2022-05-05 13:34:17 +03:00
parent aeedeb0626
commit 621afead4b
5 changed files with 43 additions and 15 deletions

View File

@@ -75,7 +75,9 @@ namespace ice
static bool isSameHost(const NetworkAddress& a1, const NetworkAddress& a2);
static bool isSame(const NetworkAddress& a1, const NetworkAddress& a2);
NetworkAddress& operator = (const NetworkAddress& src);
bool operator == (const NetworkAddress& rhs) const;
bool operator != (const NetworkAddress& rhs) const;
bool operator < (const NetworkAddress& rhs) const;