- Import the broadcast mode from OpenBSD, it allows sends frames to all ports of the
lagg(4) group and receives frames on any port of the lagg(4).
Differential D549
- Import lagg(4) broadcast mode from OpenBSD. araujo on Aug 6 2014, 5:10 AM. Authored by Tags None Referenced Files
Subscribers None
Details
lagg(4) group and receives frames on any port of the lagg(4). NOTE: Yes, its will send duplicated packages, but some applications might want use
it in this way.
Diff Detail
Event TimelineComment Actions I agree with Gleb. I have noted in D539 that LAGG_PROTO_ETHERCHANNEL should be kept for compatibility. Comment Actions Hello guys, Finally I had time to finish this patch, as Glebius and Thompsa mention, this new patch does not hijack the FEC protocol, and we keep it as it is, just add a new protocol options 'broadcast'. Looking forward for your review and approval. Best Regards, |