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 1, 5:32 PM
Unknown Object (File)
Wed, Apr 1, 12:05 AM
Unknown Object (File)
Tue, Mar 24, 6:09 PM
Unknown Object (File)
Sat, Mar 21, 10:25 AM
Unknown Object (File)
Sat, Mar 21, 10:25 AM
Unknown Object (File)
Sat, Mar 21, 10:25 AM
Unknown Object (File)
Sun, Mar 15, 5:04 PM
Unknown Object (File)
Sun, Mar 15, 6:28 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