| Summary: | broken reference in pfsync(4) manpage | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Pim van Pelt <pim> |
| Component: | Books & Articles | Assignee: | Ceri Davies <ceri> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | pim |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->ceri I will take care of this. State Changed From-To: open->patched Committed to HEAD, thanks. State Changed From-To: patched->closed MFC'd to RELENG_6; thanks for your support. |
manpage of pfsync refers to ifconfig(8) and an option to specify maximum amount of updates to collapse into a single update (maxupd). ifconfig(8) is missing this option. Fix: update ifconfig(8) to reflect on the maxupd option: maxupd n If the driver is a pfsync(4) pseudo-device, indicate the maximum number of updates for a single state which can be collapsed into one. This is an 8-bit number; the default value is 128. (taken from openbsd's manpage). How-To-Repeat: man pfsync; search for 'maxupd', which refers to ifconfig(8); man ifconfig; search for 'maxupd' (which is missing).