Re: [Ryu-devel] ovsdb api del_port_by_name patch

2017-09-11 Thread Iwase Yusuke
Hi Matt, Thank you for submitting your patch! It looks good to me. Thanks, Iwase On 2017年09月12日 00:35, Matthew Moskowitz wrote: Hello, I hope this list is still the proper avenue for submitting a patch. I believe I've fixed a bug in the ovsdb api (ryu/services/protocols/ovsdb/api.py) in whic

[Ryu-devel] ovsdb api del_port_by_name patch

2017-09-11 Thread Matthew Moskowitz
Hello, I hope this list is still the proper avenue for submitting a patch. I believe I've fixed a bug in the ovsdb api (ryu/services/protocols/ovsdb/api.py) in which a lambda function had an extra parameter causing an error when using the del_port_by_name function. I've attached the patch. Thank