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
F132134091: D33210.id99307.diff
Tue, Oct 14, 1:37 AM
Unknown Object (File)
Sun, Oct 5, 2:35 AM
Unknown Object (File)
Sat, Sep 27, 9:16 PM
Unknown Object (File)
Mon, Sep 22, 2:12 AM
Unknown Object (File)
Sat, Sep 20, 9:34 PM
Unknown Object (File)
Sat, Sep 20, 1:31 PM
Unknown Object (File)
Sep 13 2025, 3:38 AM
Unknown Object (File)
Sep 12 2025, 9:08 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.