Feature #3327
closedAllow reordering of 1:1 NAT entries
100%
Description
Because 1:1 NAT entries can be general (subnet to subnet) or specific (IP to IP) there is a need to be able to reorder 1:1 NAT rules, rather than having to delete and re-create entries to move them around to ensure they match in the proper order.
Currently if you have a subnet rule but need to make an exception to that, you have to delete the existing rule and then create it after the new specific exception.
Updated by Renato Botelho over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:e924cd7eb2457e7fd7122aecc1f2887824229edb.
Updated by Jim Pingle over 12 years ago
- Status changed from Feedback to New
- % Done changed from 100 to 80
This seems to work OK until you add a new entry. When you add a new entry, the IPs appear to be sorted and end up in numerical order, regardless of how they were ordered before the add operation.
Updated by Renato Botelho over 12 years ago
- Status changed from New to Feedback
- % Done changed from 80 to 100
Applied in changeset commit:3f0cc2f41dcbda4342244130aab6772c6bc358d0.
Updated by Jim Pingle over 12 years ago
- Status changed from Feedback to Resolved
Looks like it all works as expected now, thanks!