Actions
Bug #5107
closed
JL
JL
detect/iponly: rule parsing does not always apply netmask correctly
Bug #5107:
detect/iponly: rule parsing does not always apply netmask correctly
Affected Versions:
Effort:
Difficulty:
Label:
Description
If the ipaddress is not the address range start, it's not masked to turn it into that. So 1.2.3.4/24 is not stored as address 1.2.3.0 with netmask 24, but as 1.2.3.4 with netmask 24. This is then propagated into the radix tree, where it is used as an exact key in exact lookups, giving unexpected results.
JL Updated by Jeff Lucovsky about 4 years ago
- Copied from Bug #5081: detect/iponly: rule parsing does not always apply netmask correctly added
JL Updated by Jeff Lucovsky about 4 years ago
- Status changed from Assigned to In Progress
JL Updated by Jeff Lucovsky about 4 years ago
- Status changed from In Progress to In Review
JL Updated by Jeff Lucovsky about 4 years ago
- Status changed from In Review to Closed
Actions