Page MenuHomeFreeBSD

Fix the pf.conf(5) man page "endpoint-independent" section
Needs ReviewPublic

Authored by damjan.jov_gmail.com on Sun, Nov 3, 12:12 PM.
Referenced Files
F102143960: D47410.diff
Fri, Nov 8, 4:11 AM
Unknown Object (File)
Wed, Nov 6, 11:31 PM
Unknown Object (File)
Tue, Nov 5, 12:45 PM
Unknown Object (File)
Mon, Nov 4, 5:35 PM
Subscribers

Details

Reviewers
thj
Group Reviewers
manpages
Summary

In commit 390dc369efaaeca2802baf168ddbd7a40e3afcc8, the "endpoint-independent" section was inserted in the middle of the "map-e-portset" section. Fix this.

Test Plan

Visibly check the look of the man page.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Also fix the typo: "caues" -> "causes".

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?

Moves the "endpoint-independent" section to come after "bitmask", so they're in alphabetical order.

In D47410#1082152, @thj wrote:

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?

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.