public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: Failed to clear configuration in Ip4Config2 Protocol
@ 2017-09-13 13:29 Karunakar P
  2017-09-13 13:33 ` Karunakar P
  0 siblings, 1 reply; 8+ messages in thread
From: Karunakar P @ 2017-09-13 13:29 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

Hello All,

I was trying to verify the feature "Allow SetData to clear configuration in Ip4Config2/Ip6Config Protocol" , But SetData returns with Write Protected Error Status

[Steps followed]

1.       I've taken the above feature changes.

2.       I've a UEFI test Application which call to SetData with DataSize is 0 and Data is NULL

    Status = Ip4Cfg2->SetData (

                        Ip4Cfg2,

                        Ip4Config2DataTypeManualAddress,

                        0,

                        0

                        );

3.       But SetData returns with Write Protected Error Status        // Status = Write Protected

4.        Faced the same error for setting Gateway &DnsServer

Guess the error is happening from


Thanks,
karunakar


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-20  2:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 13:29 Failed to clear configuration in Ip4Config2 Protocol Karunakar P
2017-09-13 13:33 ` Karunakar P
2017-09-15  9:40   ` Karunakar P
2017-09-18  2:16     ` Wu, Jiaxin
2017-09-18  4:22       ` Karunakar P
2017-09-18  4:57         ` Wu, Jiaxin
2017-09-19 10:52           ` Karunakar P
2017-09-20  2:11             ` Wu, Jiaxin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox