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)
Dec 20 2023, 12:32 AM
Unknown Object (File)
Nov 15 2023, 9:25 PM
Unknown Object (File)
Nov 13 2023, 2:38 PM
Unknown Object (File)
Nov 13 2023, 2:34 PM
Unknown Object (File)
Nov 11 2023, 2:30 PM
Unknown Object (File)
Nov 11 2023, 2:29 PM
Unknown Object (File)
Nov 11 2023, 1:24 PM
Unknown Object (File)
Nov 11 2023, 1:24 PM
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.