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
_______________________________________________ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo/ipxe-devel