Hello dear forum users, can you please tell me whether it is possible on MikroTik to implement this logic for DHCP:
if option arch = 00:06 {
filename “pxelinux/bootia32.efi”;
} else if option arch = 00:07 {
filename “pxelinux/bootx64.efi”;
} else {
filename “pxelinux/pxelinux.0”;
}