[Ryu-devel] wildcard rule

2016-06-18 Thread mehran shetabi
hi, i want to use wildcard rule in my ryu controller. How can i do this? i mean, how can i specify a range of ip source address in OFPMatch of OFPFlowMod instruction? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST-

Re: [Ryu-devel] [PATCH v3 0/3] python 3: Additional python 3 support for bgp codes

2016-06-18 Thread FUJITA Tomonori
On Mon, 13 Jun 2016 13:12:22 +0900 Fumihiko Kakuma wrote: > v2: Sorry, I forgot to add Signed-off-by. So I did it. > > v3: fix pep8 error. > Remove itervalues() and values() always returns iterator > > fumihiko kakuma (3): > python3: Improve Table class in services.protocols.bgp.info_base

Re: [Ryu-devel] [PATCH] Fix RuntimeError of lldp_packet_in_handler

2016-06-18 Thread FUJITA Tomonori
Oops, I forget to reply but already applied. Thanks! On Wed, 15 Jun 2016 17:59:09 +0800 Yi Tseng wrote: > 2016-06-03 16:17 GMT+08:00 Yi Tseng : > >> Items should not be removed during iteration >> >> Error message >> ``` >> Traceback (most recent call last): >> File "/usr/local/lib/python3.4/

Re: [Ryu-devel] [PATCH 1/1] python 3: Replace deprecated logging.warn with logging.warning

2016-06-18 Thread FUJITA Tomonori
On Wed, 15 Jun 2016 09:08:51 +0900 Fumihiko Kakuma wrote: > logging.warn is deprecated in Python 3 [1]. > This patch switches it to the non-deprecated logging.warning. > This is bug-reported by openstack [2]. > > [1] https://docs.python.org/3/library/logging.html#logging.warning > [2] https://bu