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)
Fri, Jan 10, 4:08 PM
Unknown Object (File)
Mon, Jan 6, 1:29 PM
Unknown Object (File)
Dec 20 2024, 9:54 AM
Unknown Object (File)
Dec 13 2024, 12:50 AM
Unknown Object (File)
Nov 11 2024, 9:53 PM
Unknown Object (File)
Nov 11 2024, 9:08 PM
Unknown Object (File)
Oct 4 2024, 5:52 PM
Unknown Object (File)
Oct 4 2024, 3:25 PM

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.