Re: [Kea-users] kea http uefi boot

2018-06-05 Thread Francis Dupont
I looked at for possible candidates fro client-architecture options. One is the option 93 (client-system in Kea which BTW does not allow to redefine options). The value 16 is not in RFC 4578 table but it is 11 year old... Regards Francis Dupont ___

Re: [Kea-users] kea http uefi boot

2018-06-05 Thread Klaus Steden
The UEFI section of my DHCP config looks like this: { "name": "bootstrap-efi", "test": "substring(option[60].hex, 0, 20) == 'PXEClient:Arch:7'", "option-data": [ { "name": "boot-file-name", "data": "ipxe/snponly.efi" }, { "name": "domain-name-servers",

[Kea-users] kea http uefi boot

2018-06-05 Thread Jorell F
What would be the kea config equivalent of the following dhcp config if option client-architecture = encode-int ( 16, 16 ) { option vendor-class-identifier "HTTPClient"; filename "http://my.web.server/ipxe.efi;; }