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)
Wed, Apr 17, 11:09 PM
Unknown Object (File)
Feb 22 2024, 2:50 AM
Unknown Object (File)
Dec 20 2023, 1:43 AM
Unknown Object (File)
Dec 11 2023, 1:51 AM
Unknown Object (File)
Nov 7 2023, 11:02 PM
Unknown Object (File)
Nov 4 2023, 9:32 PM
Unknown Object (File)
Oct 20 2023, 2:39 PM
Unknown Object (File)
Oct 17 2023, 12:43 PM
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