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

cfg/bustype.txt ยท Last modified: 2013/07/17 12:26 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.