Re: [Ryu-devel] [PATCH] Support bind IPv6 addresses in StreamServer

2013-05-09 Thread Can Zhang
That's apparently OK. 2013/5/10 FUJITA Tomonori > On Fri, 3 May 2013 17:39:02 +0800 > Can Zhang wrote: > > > Use a very loose condition to determine if the address is an IPv6 > address or not. > > > > Signed-off-by: Can Zhang > > --- > > ryu/lib/hub.py | 8 +++- > > 1 file changed, 7 in

Re: [Ryu-devel] [PATCH] Support bind IPv6 addresses in StreamServer

2013-05-09 Thread FUJITA Tomonori
On Fri, 3 May 2013 17:39:02 +0800 Can Zhang wrote: > Use a very loose condition to determine if the address is an IPv6 address or > not. > > Signed-off-by: Can Zhang > --- > ryu/lib/hub.py | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) Thanks, due to other patches, I updated

[Ryu-devel] [PATCH] Support bind IPv6 addresses in StreamServer

2013-05-03 Thread Can Zhang
Use a very loose condition to determine if the address is an IPv6 address or not. Signed-off-by: Can Zhang --- ryu/lib/hub.py | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ryu/lib/hub.py b/ryu/lib/hub.py index 44e5fea..e74b74a 100644 --- a/ryu/lib/hub.py +++ b/ryu/