Re: [Ryu-devel] [PATCH v3] adding DHCPv6 support

2017-01-14 Thread FUJITA Tomonori
On Fri, 6 Jan 2017 09:41:50 +0900 Iwase Yusuke wrote: > Hi, > > On 2017年01月06日 05:58, FUJITA Tomonori wrote: >> On Tue, 27 Dec 2016 21:45:17 +0100 >> Olivier DESNOE wrote: >> >>> Following your comments, this 3rd version of the patch adds the ability to >>> dissect and generate DHCPv6 packets

Re: [Ryu-devel] [PATCH v3] adding DHCPv6 support

2017-01-14 Thread FUJITA Tomonori
On Tue, 27 Dec 2016 21:45:17 +0100 Olivier DESNOE wrote: > Following your comments, this 3rd version of the patch adds the ability to > dissect and generate DHCPv6 packets. > > Signed-off-by: Olivier DESNOE Applied, thanks a lot! --

Re: [Ryu-devel] [PATCH v3] adding DHCPv6 support

2017-01-05 Thread Iwase Yusuke
Hi, On 2017年01月06日 05:58, FUJITA Tomonori wrote: > On Tue, 27 Dec 2016 21:45:17 +0100 > Olivier DESNOE wrote: > >> Following your comments, this 3rd version of the patch adds the ability to >> dissect and generate DHCPv6 packets. >> >> Signed-off-by: Olivier DESNOE > > Thanks a lot! > > Any

Re: [Ryu-devel] [PATCH v3] adding DHCPv6 support

2017-01-05 Thread FUJITA Tomonori
On Tue, 27 Dec 2016 21:45:17 +0100 Olivier DESNOE wrote: > Following your comments, this 3rd version of the patch adds the ability to > dissect and generate DHCPv6 packets. > > Signed-off-by: Olivier DESNOE Thanks a lot! Any comment, Iwase? --

[Ryu-devel] [PATCH v3] adding DHCPv6 support

2016-12-27 Thread Olivier DESNOE
Following your comments, this 3rd version of the patch adds the ability to dissect and generate DHCPv6 packets. Signed-off-by: Olivier DESNOE --- diff --git a/doc/source/library_packet_ref.rst b/doc/source/library_packet_ref.rst index 87f44a1..4088613 100644 --- a/doc/source/library_packet_ref.