diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-03 15:03:33 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-03 15:03:33 +0200 |
commit | c1761a5df3ca29bcbe80186407a7041ab9e413bf (patch) | |
tree | 7d47ca413ae13465f47f40f3e22d15ed0bfaa178 /src/netbase.h | |
parent | 19e5ae7369de8ff556b2ea008850a62b1fde9a1b (diff) |
fix #3049 by changing comment for CNetAddr::IsRFC4193()
Diffstat (limited to 'src/netbase.h')
-rw-r--r-- | src/netbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netbase.h b/src/netbase.h index 8d5135e970..e1f80b4ee8 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -54,7 +54,7 @@ class CNetAddr bool IsRFC3849() const; // IPv6 documentation address (2001:0DB8::/32) bool IsRFC3927() const; // IPv4 autoconfig (169.254.0.0/16) bool IsRFC3964() const; // IPv6 6to4 tunnelling (2002::/16) - bool IsRFC4193() const; // IPv6 unique local (FC00::/15) + bool IsRFC4193() const; // IPv6 unique local (FC00::/7) bool IsRFC4380() const; // IPv6 Teredo tunnelling (2001::/32) bool IsRFC4843() const; // IPv6 ORCHID (2001:10::/28) bool IsRFC4862() const; // IPv6 autoconfig (FE80::/64) |