[ipxe-devel] [ipxe/ipxe] [efi] Add support for ${boot-vlan} setting (#111)

dbankov-vmware notifications at github.com
Tue Apr 14 19:53:09 UTC 2020


Introduce ${boot-vlan} setting exposing the VLAN from the EFI loaded
image device path for iPXE. This setting enables iPXE-boot on UEFI based
machines using the VLAN configured for the PXE adapter.

An example usage of the new setting is presented in the following iPXE
script:

      #!ipxe
      iseq ${boot-vlan} 0 || vcreate -t ${boot-vlan} net0
      autoboot
You can view, comment on, or merge this pull request online at:

  https://github.com/ipxe/ipxe/pull/111

-- Commit Summary --

  * [efi] Add support for ${boot-vlan} setting

-- File Changes --

    M src/include/ipxe/efi/efi_utils.h (3)
    M src/interface/efi/efi_init.c (85)
    M src/interface/efi/efi_utils.c (30)

-- Patch Links --

https://github.com/ipxe/ipxe/pull/111.patch
https://github.com/ipxe/ipxe/pull/111.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/111
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20200414/07ad5154/attachment.htm>


More information about the ipxe-devel mailing list