Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthtoolLib ¶
type EthtoolLib interface { // Features retrieves features of the given interface name. Features(ifaceName string) (map[string]bool, error) // FeatureNames shows supported features by their name. FeatureNames(ifaceName string) (map[string]uint, error) // Change requests a change in the given device's features. Change(ifaceName string, config map[string]bool) error }
func New ¶
func New() EthtoolLib
Click to show internal directories.
Click to hide internal directories.