svn commit: r330922 - stable/11/share/man/man4
Eitan Adler
eadler at FreeBSD.org
Wed Mar 14 08:33:04 UTC 2018
Author: eadler
Date: Wed Mar 14 08:33:03 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
Modified:
stable/11/share/man/man4/pfsync.4
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man4/pfsync.4
==============================================================================
--- stable/11/share/man/man4/pfsync.4 Wed Mar 14 08:27:05 2018 (r330921)
+++ stable/11/share/man/man4/pfsync.4 Wed Mar 14 08:33:03 2018 (r330922)
@@ -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-all
mailing list