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
F148026034: D19040.diff
Sun, Mar 15, 6:28 AM
Unknown Object (File)
Sun, Mar 8, 3:45 PM
Unknown Object (File)
Sun, Mar 8, 3:43 PM
Unknown Object (File)
Sun, Mar 8, 3:43 PM
Unknown Object (File)
Wed, Mar 4, 11:34 PM
Unknown Object (File)
Sat, Feb 28, 9:43 PM
Unknown Object (File)
Tue, Feb 24, 2:13 PM
Unknown Object (File)
Feb 8 2026, 7:15 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