Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Gary Lin
; -Original Message- > From: Gary Lin [mailto:g...@suse.com] > Sent: Friday, March 25, 2016 10:27 AM > To: Zhang, Lubo > Cc: edk2-devel@lists.01.org; Ye, Ting ; Fu, Siyuan > ; Wu, Jiaxin > Subject: Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option >

Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Zhang, Lubo
, Jiaxin Subject: Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16 On Thu, Mar 24, 2016 at 04:45:32PM +0800, Zhang Lubo wrote: > when to parse the DHCP6 reply packet,there will be 6 bytes offset > before the option data according to RFC 3315. > Will someone update the w

Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Fu, Siyuan
Sure, we will update the whitepaper. Siyuan From: Gary Lin [mailto:g...@suse.com] Sent: Friday, March 25, 2016 10:27 AM To: Zhang, Lubo Cc: edk2-devel@lists.01.org; Ye, Ting ; Fu, Siyuan ; Wu, Jiaxin Subject: Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16 On Thu, Mar

Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Gary Lin
On Thu, Mar 24, 2016 at 04:45:32PM +0800, Zhang Lubo wrote: > when to parse the DHCP6 reply packet,there will be 6 > bytes offset before the option data according to > RFC 3315. > Will someone update the whitepaper in the wiki(*) after this commit is checked in? It's obvious that the following dh

Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Zhang, Lubo > Sent: Thursday, March 24, 2016 4:46 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Ye, Ting ; Wu, > Jiaxin > Subject: [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16 > > when to parse the DHCP6 reply pac

Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Hegde, Nagaraj P
Reviewed-by: Hegde, Nagaraj P -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Zhang Lubo Sent: Thursday, March 24, 2016 2:16 PM To: edk2-devel@lists.01.org Cc: Ye Ting ; Fu Siyuan ; Wu Jiaxin Subject: [edk2] [patch] NetworkPkg:Fix bug when

Re: [edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan > -Original Message- > From: Zhang, Lubo > Sent: Thursday, March 24, 2016 4:46 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Ye, Ting ; Wu, > Jiaxin > Subject: [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16 > > when to parse the DHCP6 reply pa

[edk2] [patch] NetworkPkg:Fix bug when parsing the dhcp6 option 16

2016-03-24 Thread Zhang Lubo
when to parse the DHCP6 reply packet,there will be 6 bytes offset before the option data according to RFC 3315. Cc: Fu Siyuan Cc: Ye Ting Cc: Wu Jiaxin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo --- NetworkPkg/HttpBootDxe/HttpBootDhcp6.c | 4 ++-- 1 fil