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)
Mon, Apr 27, 4:29 PM
Unknown Object (File)
Tue, Apr 21, 11:33 AM
Unknown Object (File)
Tue, Apr 21, 11:06 AM
Unknown Object (File)
Mon, Apr 20, 1:44 AM
Unknown Object (File)
Sun, Apr 19, 7:43 PM
Unknown Object (File)
Wed, Apr 15, 9:56 AM
Unknown Object (File)
Wed, Apr 15, 8:20 AM
Unknown Object (File)
Tue, Apr 14, 5:31 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