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)
Thu, Sep 25, 11:11 PM
Unknown Object (File)
Wed, Sep 17, 12:20 PM
Unknown Object (File)
Sep 5 2025, 7:12 AM
Unknown Object (File)
Sep 2 2025, 7:51 PM
Unknown Object (File)
Aug 7 2025, 12:21 PM
Unknown Object (File)
Aug 5 2025, 11:49 AM
Unknown Object (File)
Jul 4 2025, 11:38 PM
Unknown Object (File)
Jul 4 2025, 2:47 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 Not Applicable
Unit
Tests Not Applicable