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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to