Re: [Ryu-devel] [PATCH 1/3] fix dhcp6.py bug using python3

2017-05-30 Thread FUJITA Tomonori
On Mon, 15 May 2017 11:17:39 +0800 胡鼎原 wrote: > --- > ryu/lib/packet/dhcp6.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks! -- Check out the vibrant tech community on one of the world's most

[Ryu-devel] [PATCH 1/3] fix dhcp6.py bug using python3

2017-05-14 Thread 胡鼎原
--- ryu/lib/packet/dhcp6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/lib/packet/dhcp6.py b/ryu/lib/packet/dhcp6.py index b3753dc1..3f917433 100644 --- a/ryu/lib/packet/dhcp6.py +++ b/ryu/lib/packet/dhcp6.py @@ -222,7 +222,7 @@ class options(stringify.StringifyMixin):