diff options
| author | Gavin Andresen <[email protected]> | 2013-10-03 21:12:48 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-10-03 21:12:48 -0700 |
| commit | af880e8d3afedfa2ce0b2851d9cc643f4810e472 (patch) | |
| tree | f8d5eb5f28906ff2ba5dda9774af9237f9b47c59 /src | |
| parent | Merge pull request #3051 from Diapolo/bitcoind-rc (diff) | |
| parent | fix #3049 by changing comment for CNetAddr::IsRFC4193() (diff) | |
| download | discoin-af880e8d3afedfa2ce0b2851d9cc643f4810e472.tar.xz discoin-af880e8d3afedfa2ce0b2851d9cc643f4810e472.zip | |
Merge pull request #3050 from Diapolo/fix_IsRFC4193_comment
fix #3049 by changing comment for CNetAddr::IsRFC4193()
Diffstat (limited to 'src')
| -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 8d5135e97..e1f80b4ee 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) |