Skip to content

Commit 419ef3b

Browse files
author
Mark Tyneway
committed
CNetAddr: fix IsRFC2544 comment
1 parent 03dfa36 commit 419ef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netaddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class CNetAddr
5454
bool IsIPv4() const; // IPv4 mapped address (::FFFF:0:0/96, 0.0.0.0/0)
5555
bool IsIPv6() const; // IPv6 address (not mapped IPv4, not Tor)
5656
bool IsRFC1918() const; // IPv4 private networks (10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12)
57-
bool IsRFC2544() const; // IPv4 inter-network communications (192.18.0.0/15)
57+
bool IsRFC2544() const; // IPv4 inter-network communications (198.18.0.0/15)
5858
bool IsRFC6598() const; // IPv4 ISP-level NAT (100.64.0.0/10)
5959
bool IsRFC5737() const; // IPv4 documentation addresses (192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24)
6060
bool IsRFC3849() const; // IPv6 documentation address (2001:0DB8::/32)

0 commit comments

Comments
 (0)