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
F132416244: D19040.id53491.diff
Thu, Oct 16, 6:14 PM
F132371492: D19040.id.diff
Thu, Oct 16, 7:52 AM
F132371486: D19040.id53446.diff
Thu, Oct 16, 7:52 AM
Unknown Object (File)
Wed, Oct 15, 8:22 PM
Unknown Object (File)
Tue, Oct 14, 1:06 AM
Unknown Object (File)
Tue, Oct 14, 1:05 AM
Unknown Object (File)
Thu, Sep 25, 11:11 PM
Unknown Object (File)
Wed, Sep 17, 12:20 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