Bug 216885 - pfsync(4) man page states wrong multicast address
Summary: pfsync(4) man page states wrong multicast address
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sevan Janiyan
URL: https://reviews.freebsd.org/D12011
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-02-07 14:14 UTC by matthias.ordner
Modified: 2018-03-14 08:33 UTC (History)
1 user (show)

See Also:


Attachments
patch for /share/man/man4/pfsync.4 (426 bytes, patch)
2017-02-07 14:14 UTC, matthias.ordner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias.ordner 2017-02-07 14:14:39 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-18 16:15:11 UTC
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
Comment 2 Sevan Janiyan freebsd_committer freebsd_triage 2017-08-18 16:18:27 UTC
Committed, thank you for the patch & apologies for the long delay.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-03-14 08:33:47 UTC
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