| Summary: | pfsync(4) man page states wrong multicast address | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | matthias.ordner | ||||
| Component: | Books & Articles | Assignee: | Sevan Janiyan <sevan> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | sevan | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://reviews.freebsd.org/D12011 | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: sevan Date: Fri Aug 18 16:14:42 UTC 2017 New revision: 322663 URL: https://svnweb.freebsd.org/changeset/base/322663 Log: Correct multicast address used in pfsync(4) As stated in src/sys/netinet/in.h L395, address used is 224.0.0.240. PR: 216885 Submitted by: Matthias Ordner <matthias.ordner AT noris DOT net> Reviewed by: kp Approved by: bcr (mentor) MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D12011 Changes: head/share/man/man4/pfsync.4 Committed, thank you for the patch & apologies for the long delay. A commit references this bug: Author: eadler Date: Wed Mar 14 08:33:04 UTC 2018 New revision: 330922 URL: https://svnweb.freebsd.org/changeset/base/330922 Log: MFC r322663: Correct multicast address used in pfsync(4) As stated in src/sys/netinet/in.h L395, address used is 224.0.0.240. PR: 216885 Changes: _U stable/11/ stable/11/share/man/man4/pfsync.4 |
Created attachment 179711 [details] patch for /share/man/man4/pfsync.4 psync(4) man page states that the default multicast group address is 244.0.0.240. However in /sys/netinet/in.h L395 it's set to 0xe00000f0 which is 224.0.0.240. Patch is attached.