Table of Contents

Bus type setting

Name

  bustype

Details

Type String
DHCP option number not applicable
ISC dhcpd syntax not applicable

Examples

Display the bus type of interface "net0"

  iPXE> show net0/bustype
  net0/bustype:string = PCI

Test if interface "net0" is a PCI device

  iseq ${net0/bustype} PCI && goto is_pci || goto not_pci

Description

Describes the type of the hardware bus to which the network device is attached.

See also