Page MenuHomeFreeBSD

Correct multicast address used in pfsync(4)
ClosedPublic

Authored by sevan on Aug 12 2017, 6:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 6:17 PM
Unknown Object (File)
Jan 1 2025, 5:37 AM
Unknown Object (File)
Dec 31 2024, 5:28 AM
Unknown Object (File)
Dec 30 2024, 5:40 AM
Unknown Object (File)
Dec 29 2024, 5:59 AM
Unknown Object (File)
Dec 28 2024, 6:06 AM
Unknown Object (File)
Dec 27 2024, 3:03 AM
Unknown Object (File)
Nov 27 2024, 9:53 AM
Subscribers

Details

Summary

As stated in src/sys/netinet/in.h L395, address used is 224.0.0.240.
Bug 216885
Matthias Ordner <matthias.ordner@noris.net>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr added a subscriber: kp.

Adding Kristof for confirming that this is the actual address in the code.

In D12011#248956, @bcr wrote:

Adding Kristof for confirming that this is the actual address in the code.

That's correct, the group is indeed 224.0.0.240 (0xe00000f0)

This revision is now accepted and ready to land.Aug 12 2017, 8:57 PM
This revision was automatically updated to reflect the committed changes.