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
This commit is contained in:
parent
9a96357487
commit
4c3407649a
@ -26,7 +26,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd December 20, 2011
|
.Dd August 18, 2017
|
||||||
.Dt PFSYNC 4
|
.Dt PFSYNC 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -90,7 +90,7 @@ interface:
|
|||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
By default, state change messages are sent out on the synchronisation
|
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
|
An alternative destination address for
|
||||||
.Nm
|
.Nm
|
||||||
packets can be specified using the
|
packets can be specified using the
|
||||||
|
Loading…
Reference in New Issue
Block a user