Bug #8
IP address sorting
| Status: | Closed | Start: | 03/04/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | nathan | % Done: | 100% |
|
| Category: | frontend | Spent time: | 1.00 hour | |
| Target version: | 0.5.2 | Estimated time: | 3.00 hours | |
Description
There seems to be a bug in MachDB's sorting Javascript, which does not
allow for IP addresses to be sorted properly.
Associated revisions
used mysql inet_aton(ipaddr) function to get the integer represenation of the IP and used that in a custom sorttable field. fixes #8
added IP address sorting for netmask and broadcast as well, fixes #8