HomeFreeBSD

MFC 343620: Don't set IFCAP_TXRTLMT during lagg_clone_create().

Description

MFC 343620: Don't set IFCAP_TXRTLMT during lagg_clone_create().

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.

Details

Provenance
jhbAuthored on
Parents
rS344931: MFC 343456: Fix a few more places to handle ofld tx queues for RATELIMIT.
Branches
Unknown
Tags
Unknown