diff options
author | Sevan Janiyan <sevan@FreeBSD.org> | 2017-08-18 16:14:41 +0000 |
---|---|---|
committer | Sevan Janiyan <sevan@FreeBSD.org> | 2017-08-18 16:14:41 +0000 |
commit | cc20157db62e582dc27621a82d40942d5bb3b219 (patch) | |
tree | d4307aeea10a5407bf923347dae3752247cfe562 | |
parent | 15e0c6511ac1ea694aee312d4553539998d80f59 (diff) |
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
Notes
Notes:
svn path=/head/; revision=322663
-rw-r--r-- | share/man/man4/pfsync.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4 index 1a2383c118ae..b12b3c8cdbe0 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 |