Interface LinkShowDevOptionsInternal

Link show dev options.

Hierarchy

Properties

Properties

dev?: string

Specifies the network device to show.

master?: string

Specifies the master device which enslaves devices to show.

Specifies the type of devices to show.

Note that the type name is not checked against the list of supported types - instead it is sent as-is to the kernel.

Later it is used to filter the returned interface list by comparing it with the relevant attribute in case the kernel didn't filter already.

Therefore any string is accepted, but may lead to empty output.

up?: true

Only display running interfaces.

vrf?: string

Specifies the VRF which enslaves devices to show.

Generated using TypeDoc