Page MenuHomeFreeBSD

Don't set IFCAP_TXRTLMT during lagg_clone_create().
ClosedPublic

Authored by jhb on Jan 30 2019, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 11 2024, 9:32 AM
Unknown Object (File)
Oct 6 2024, 6:48 AM
Unknown Object (File)
Oct 2 2024, 9:39 AM
Unknown Object (File)
Oct 2 2024, 5:46 AM
Unknown Object (File)
Sep 17 2024, 3:17 PM
Unknown Object (File)
Sep 5 2024, 11:23 AM
Unknown Object (File)
Sep 5 2024, 12:16 AM
Unknown Object (File)
Sep 4 2024, 4:33 AM
Subscribers

Details

Summary

lagg_capabilities() will set the capability once interfaces supporting
the feature are added to the lagg. Setting it on a lagg without any
interfaces is pointless as the if_snd_tag_alloc call will always fail
in that case.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22284
Build 21479: arc lint + arc unit