<p>Introduce ${boot-vlan} setting exposing the VLAN from the EFI loaded<br>
image device path for iPXE. This setting enables iPXE-boot on UEFI based<br>
machines using the VLAN configured for the PXE adapter.</p>
<p>An example usage of the new setting is presented in the following iPXE<br>
script:</p>
<pre><code>  #!ipxe
  iseq ${boot-vlan} 0 || vcreate -t ${boot-vlan} net0
  autoboot
</code></pre>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/ipxe/ipxe/pull/111'>https://github.com/ipxe/ipxe/pull/111</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>[efi] Add support for ${boot-vlan} setting</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/ipxe/ipxe/pull/111/files#diff-16113d3878216d9c29ea0005f9237896">src/include/ipxe/efi/efi_utils.h</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/ipxe/ipxe/pull/111/files#diff-7119e197a01734a0a85144d7415d195c">src/interface/efi/efi_init.c</a>
    (85)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/ipxe/ipxe/pull/111/files#diff-42433291f0d256ab72221bf27250b003">src/interface/efi/efi_utils.c</a>
    (30)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/ipxe/ipxe/pull/111.patch'>https://github.com/ipxe/ipxe/pull/111.patch</a></li>
  <li><a href='https://github.com/ipxe/ipxe/pull/111.diff'>https://github.com/ipxe/ipxe/pull/111.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/ipxe/ipxe/pull/111">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAFNGVBFCUJFHBC6HZ5PICLRMS5KLANCNFSM4MIAHQPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAFNGVCH2DS7GDGY3YVALVTRMS5KLA5CNFSM4MIAHQPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4I6AQUFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/ipxe/ipxe/pull/111",
"url": "https://github.com/ipxe/ipxe/pull/111",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>