arnold rejects ip-addresses that ends with the number 0
Bug #1487436 reported by
John-Magne Bredal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Network Administration Visualized |
Fix Released
|
Medium
|
John-Magne Bredal |
Bug Description
Trying to detain someone with an IP-address that ends with the number 0 (zero) results in the error "Unknown type (not ip or mac): x.x.x.0"
Changed in nav: | |
status: | New → Fix Committed |
Changed in nav: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The IPy library is a bot too forgiving when parsing IP-addresses. The measures that tried to deal with this lead to the bug. The fix uses the socket library for validity instead.