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, May 20, 10:05 AM
Unknown Object (File)
Mon, May 18, 2:43 AM
Unknown Object (File)
Mon, May 18, 2:43 AM
Unknown Object (File)
Mon, May 18, 2:43 AM
Unknown Object (File)
Sat, May 2, 5:33 AM
Unknown Object (File)
Fri, May 1, 1:49 PM
Unknown Object (File)
Fri, May 1, 7:59 AM
Unknown Object (File)
Mon, Apr 27, 4:29 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