From: Daniel J. G. M. <na...@gm...> - 2011-07-05 16:37:38
|
Hi! I am trying to build an TFTP client application using the MTFTP4 driver on EDK 1. I am getting the configuration parameters for my client using DHCP (through MTFTP4 driver). My question is: how can I select the interface on which I want the TFTP client to work? My problem is that if I connect my client to the server on the Ethernet0 interface everything goes fine. But if I connect it in for example Ethernet1, it does not work, it still tries to configure Ethernet0 (which cannot be configured because in this case the server is connected to Ethernet1). How can I tell the driver to work on a different interface? Thank you very much. BR Daniel |