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-
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
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/
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