In commit 390dc369efaaeca2802baf168ddbd7a40e3afcc8, the "endpoint-independent" section was inserted in the middle of the "map-e-portset" section. Fix this.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Is there a reason this moves in the ordering of nat rules? We tend to aim for roughly alphabetical ordering if there isn't a reason for something different?
Comment Actions
Moves the "endpoint-independent" section to come after "bitmask", so they're in alphabetical order.
Comment Actions
That's fixed now, although most of the other entries are not in alphabetical order.
Also this is meant to repair the "map-e-portset" option, which began on line 2284, and was corrupted by having the "endpoint-independent" section pasted in the middle of it.