Page MenuHomeFreeBSD

if_epair: Also mark the flag of pair b with IFF_KNOWSEPOCH
ClosedPublic

Authored by zlei on Dec 1 2021, 12:45 PM.
Referenced Files
Unknown Object (File)
Thu, Nov 20, 8:19 AM
Unknown Object (File)
Mon, Nov 17, 1:34 AM
Unknown Object (File)
Sun, Nov 16, 4:40 AM
Unknown Object (File)
Thu, Nov 13, 7:23 AM
Unknown Object (File)
Sun, Nov 9, 11:17 AM
Unknown Object (File)
Oct 29 2025, 10:41 AM
Unknown Object (File)
Oct 29 2025, 8:04 AM
Unknown Object (File)
Oct 29 2025, 7:50 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Dec 1 2021, 12:45 PM

That was done in 3dd5760aa5f876f8a3f0735afeebdf9ee414e1f5, so I'm a little confused where this comes from.

In D33210#750542, @kp wrote:

That was done in 3dd5760aa5f876f8a3f0735afeebdf9ee414e1f5, so I'm a little confused where this comes from.

For an epair<n>[ab], in 3dd5760aa5f876f8a3f0735afeebdf9ee414e1f5 only the interface epair<n>[a] is flagged with IFF_KNOWSEPOCH but the other one epair<n>[b] is not.

Oooh, good catch.

This revision is now accepted and ready to land.Dec 1 2021, 2:56 PM
This revision was automatically updated to reflect the committed changes.