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')
>
>
Hi Raghu,
Yes, the original version of OFlops supports only OpenFlow 1.0, so I guess it
is required to use the "KulCloud" version.
(Sorry I don't know so much about the "KulCloud" version, though.)
And, basically, please note that OFlops should perform as a OpenFlow Switch,
and it is not appli
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
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(