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)
Fri, Sep 12, 10:41 PM
Unknown Object (File)
Aug 31 2025, 2:16 AM
Unknown Object (File)
Aug 12 2025, 9:09 PM
Unknown Object (File)
Aug 2 2025, 11:46 PM
Unknown Object (File)
Aug 2 2025, 11:13 PM
Unknown Object (File)
Jul 21 2025, 9:15 PM
Unknown Object (File)
Jul 10 2025, 7:42 PM
Unknown Object (File)
Jul 7 2025, 6:45 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.