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)
Sat, Aug 29, 12:38 AM
Unknown Object (File)
Sat, Aug 29, 12:37 AM
Unknown Object (File)
Sat, Aug 29, 12:36 AM
Unknown Object (File)
Sun, Aug 23, 11:21 PM
Unknown Object (File)
Sun, Aug 23, 5:15 AM
Unknown Object (File)
Sat, Aug 22, 5:15 AM
Unknown Object (File)
Tue, Aug 11, 8:03 AM
Unknown Object (File)
Tue, Aug 11, 5:12 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