Re: [Ryu-devel] Arguments for OVS add_db_attribute programming

2017-05-10 Thread Kapil A
Hi Fujimoto, It worked. Thanks for the help. On Thu, 11 May 2017, 5:31 AM Fujimoto Satoshi, wrote: > Hi, Kapil > > For add_db_attribute, arguments must be a string, so the following code > will work: > ovs.add_db_attribute(table='Port', record='ens38', > column='trunks', value='3') > >

Re: [Ryu-devel] Arguments for OVS add_db_attribute programming

2017-05-10 Thread Fujimoto Satoshi
Hi, Kapil For add_db_attribute, arguments must be a string, so the following code will work: ovs.add_db_attribute(table='Port', record='ens38', column='trunks', value='3') Thanks, Fujimoto On 2017年05月10日 22:26, Kapil A wrote: Hi, Can you please provide an example for the arguments

[Ryu-devel] Arguments for OVS add_db_attribute programming

2017-05-10 Thread Kapil A
Hi, Can you please provide an example for the arguments to program the following command using add_db_attribute API. *ovs-vsctl command: *'ovs-vsctl add port "ens38" trunks 3' what should be the arguments for ovs.add_db_attribute ? I tried few combinations, but didnt work. ovs.add_db_attribute(