MantisBT - Doomseeker | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0004010 | Doomseeker | IP2C | public | 2022-06-01 20:35 | 2022-06-01 21:42 |
Reporter | WubTheCaptain | ||||
Assigned To | |||||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | 1.3.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004010: IPv4 Unicast Extensions Project may reduce the size of the IPv4 local loopback network ("localnet") from /8 to /16, affecting us | ||||
Description | In the future, 127.0.0.0/8 may no longer be reserved for localhost networks but 127.0.0.0/16 will be. Doomseeker has special treatment for 127.0.0.0/8 in the IP2C code, which may become incorrect. | ||||
Steps To Reproduce | Quote from src/core/ip2c/ip2c.hinline bool isLocalhostAddress(unsigned ipv4Address) { const static unsigned LOCALHOST_BEGIN = QHostAddress("127.0.0.0").toIPv4Address(); const static unsigned LOCALHOST_END = QHostAddress("127.255.255.255").toIPv4Address(); return ipv4Address >= LOCALHOST_BEGIN && ipv4Address <= LOCALHOST_END; } | ||||
Additional Information | APNIC: Cutting down on IP address waste IETF: draft-schoen-intarea-unicast-127 | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() /tracker/file_download.php?file_id=2748&type=bug ![]() /tracker/file_download.php?file_id=2749&type=bug ![]() /tracker/file_download.php?file_id=2750&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2022-06-01 20:35 | WubTheCaptain | New Issue | |||
2022-06-01 20:37 | WubTheCaptain | Summary | IPv4 Unicast Extensions Project may require changes to treat only 127.0.0.0/16 as a localhost network address => IPv4 Unicast Extensions Project may introduce changes to treat only 127.0.0.0/16 as a localhost network address | ||
2022-06-01 20:40 | WubTheCaptain | Summary | IPv4 Unicast Extensions Project may introduce changes to treat only 127.0.0.0/16 as a localhost network address => IPv4 Unicast Extensions Project may reduce the size of the IPv4 local loopback network ("localnet") from /8 to /16, affecting us | ||
2022-06-01 20:47 | WubTheCaptain | Note Added: 0022258 | |||
2022-06-01 20:55 | WubTheCaptain | Assigned To | => WubTheCaptain | ||
2022-06-01 20:55 | WubTheCaptain | Status | new => assigned | ||
2022-06-01 21:04 | WubTheCaptain | File Added: 0001-ip2c-Reduce-the-IPv4-local-loopback-network-from-8-t.patch | |||
2022-06-01 21:05 | WubTheCaptain | Note Added: 0022259 | |||
2022-06-01 21:05 | WubTheCaptain | Assigned To | WubTheCaptain => | ||
2022-06-01 21:05 | WubTheCaptain | Status | assigned => new | ||
2022-06-01 21:13 | WubTheCaptain | File Added: 0002-CHANGELOG-Add-4010-IPv4-Unicast-Extensions-Project.patch | |||
2022-06-01 21:14 | WubTheCaptain | Note Added: 0022260 | |||
2022-06-01 21:41 | WubTheCaptain | File Added: v2-0001-ip2c-Reduce-the-IPv4-local-loopback-network-from-.patch | |||
2022-06-01 21:42 | WubTheCaptain | Note Added: 0022261 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|