2015-02-27 22:01 GMT+08:00 Padma Jayasankar <[email protected]>:

> Hi,
>  I want to set more than one bfd parameters from the controller. ie) i
> have to execute the following command
> sudo ovs-vsctl set interface s6-eth1 bfd:enable=true bfd:min_rx=100
> bfd:min_tx=100
>
> if i use
>   cmd = ovs_vsctl.VSCtlCommand('set', ('Interface', 'eth2',
> 'bfd=enable=true', 'bfd=min_tx=100'',bfd=min_rx=100'))
>

Try this instead:

cmd = ovs_vsctl.VSCtlCommand('set', ('Interface', 'eth2',
'bfd=enable=true,min_tx=100,min_rx=100'))


>
> then, only the last one is set(min_rx=100). other two are not set properly.
>
> How to achieve this. Please clarify.
>

-- 
Sincerely,

Wei-Li Tang
RD Engineer, Xinguard Inc.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to