autoprobe_drivers


Description:

[ NoAccessorMethod ]
public Ternary autoprobe_drivers { get; set; }

Whether to autoprobe virtual functions by a compatible driver.

If set to nm_ternary_true, the kernel will try to bind VFs to a compatible driver and if this succeeds a new network interface will be instantiated for each VF.

If set to nm_ternary_false, VFs will not be claimed and no network interfaces will be created for them.

When set to nm_ternary_default, the global default is used; in case the global default is unspecified it is assumed to be nm_ternary_true.