I've pushed another
develop branch update that enables a less-than-ideal method to reorder iptables rules in the list. All your existing iptables rules are loaded into the Well-Known dropdown and can be added to the list in any order you choose.
But you must first delete the rule you want to add, otherwise you would trigger the duplicate rule check.
View attachment 31512
So if you wanted to completely reorder your rules, you would delete them all from the list, then use the dropdown to add them back in your preferred order. If you've customized a Pre-defined rule, be sure to choose the rule under User-defined rules or else you'll get the original version (the same rule name can exist in either section of the dropdown). And of course, click Apply afterward to save them.
Please test it out and let me know what bugs you find. I'm sure there are a few.
I've also picked up the expanded overhead changes from 386.2 alpha.
View attachment 31513
EDIT: almost forgot, I changed the matching of IP fields in the Tracked Connections filter. The fields are still partial-match, but will perform an exact-match if you add $ to the end of the string (e.g. 192.168.50.10$ will only match 50.10, and not 50.100 or 50.104). When picking a Local IP from the dropdown list, this is added automatically.