View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006629 | unreal | ircd | public | 2026-06-15 20:19 | 2026-06-15 20:19 |
| Reporter | Kelerion | Assigned To | |||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0006629: IP matching for security groups not working with /0 or ::/0 | ||||
| Description | this doesn't work: --- security-group ipv4-users { ip 0.0.0.0/0; } security-group ipv6-users { ip ::/0; } --- does work: --- security-group ipv4-users { ip 0.0.0.0/1; ip 128.0.0.0/1; } security-group ipv6-users { ip ::/1; ip 8000::/1; } --- doesn't seem to like /0 | ||||
| 3rd party modules | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-06-15 20:19 | Kelerion | New Issue |