Re: [edk2] Force reconnect children from within a DXE driver

2016-10-26 Thread Laszlo Ersek
On 10/26/16 18:02, Marcin Wojtas wrote: > Hi Laszlo, > > Thank you for your help. It worked finally worked. Thanks for the feedback! :) Laszlo > 2016-10-17 19:00 GMT+02:00 Laszlo Ersek : >> On 10/17/16 18:05, Marcin Wojtas wrote: >>> Hi, >>> >>> Short introduction to the

Re: [edk2] Force reconnect children from within a DXE driver

2016-10-26 Thread Marcin Wojtas
Hi Laszlo, Thank you for your help. It worked finally worked. Best regards, Marcin 2016-10-17 19:00 GMT+02:00 Laszlo Ersek : > On 10/17/16 18:05, Marcin Wojtas wrote: >> Hi, >> >> Short introduction to the problem I'm facing with EDK2: I implemented >> 'ifconfig' command

Re: [edk2] Force reconnect children from within a DXE driver

2016-10-17 Thread Laszlo Ersek
On 10/17/16 18:05, Marcin Wojtas wrote: > Hi, > > Short introduction to the problem I'm facing with EDK2: I implemented > 'ifconfig' command extension allowing to change interface's MAC > address or reset it to the default value. For that I needed to add a > couple of helper functions in

[edk2] Force reconnect children from within a DXE driver

2016-10-17 Thread Marcin Wojtas
Hi, Short introduction to the problem I'm facing with EDK2: I implemented 'ifconfig' command extension allowing to change interface's MAC address or reset it to the default value. For that I needed to add a couple of helper functions in DxeNetLib, which parse input string and one that calls