From e2d0e49fc7bcd59ba9178ec3dff3a813727a0fa1 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 20 Feb 2020 20:36:36 -0500 Subject: [PATCH] Add HTTP boot architecture to pxe This paves the way for future response to HTTP boot --- confluent_server/confluent/discovery/protocols/pxe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/confluent/discovery/protocols/pxe.py b/confluent_server/confluent/discovery/protocols/pxe.py index 3b2fac3d..6a6e1218 100644 --- a/confluent_server/confluent/discovery/protocols/pxe.py +++ b/confluent_server/confluent/discovery/protocols/pxe.py @@ -30,6 +30,7 @@ pxearchs = { '\x00\x07': 'uefi-x64', '\x00\x09': 'uefi-x64', '\x00\x0b': 'uefi-aarch64', + '\x00\x10': 'uefi-httpboot', }