svn commit: r322663 - head/share/man/man4

Sevan Janiyan sevan at FreeBSD.org
Fri Aug 18 16:14:43 UTC 2017


Author: sevan (doc committer)
Date: Fri Aug 18 16:14:41 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

Modified:
  head/share/man/man4/pfsync.4

Modified: head/share/man/man4/pfsync.4
==============================================================================
--- head/share/man/man4/pfsync.4	Fri Aug 18 15:40:40 2017	(r322662)
+++ head/share/man/man4/pfsync.4	Fri Aug 18 16:14:41 2017	(r322663)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 20, 2011
+.Dd August 18, 2017
 .Dt PFSYNC 4
 .Os
 .Sh NAME
@@ -90,7 +90,7 @@ interface:
 .Ed
 .Pp
 By default, state change messages are sent out on the synchronisation
-interface using IP multicast packets to the 244.0.0.240 group address.
+interface using IP multicast packets to the 224.0.0.240 group address.
 An alternative destination address for
 .Nm
 packets can be specified using the


More information about the svn-src-head mailing list