summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-14 08:33:03 +0000
committereadler <eadler@FreeBSD.org>2018-03-14 08:33:03 +0000
commit7799f2c3d8899f57281500837d4265fc9732c363 (patch)
tree891347d7703557d8f9c5e3d9372a2b5aaa75a161 /share
parentb3218b4147bcb439c1e9c54aa15d8f404e962871 (diff)
downloadFreeBSD-src-7799f2c3d8899f57281500837d4265fc9732c363.zip
FreeBSD-src-7799f2c3d8899f57281500837d4265fc9732c363.tar.gz
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
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/pfsync.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4
index 1a2383c..b12b3c8 100644
--- a/share/man/man4/pfsync.4
+++ b/share/man/man4/pfsync.4
@@ -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
OpenPOWER on IntegriCloud