Re: [Ryu-devel] ryu.lib.ovs.vsctl.py

2015-07-03 Thread 俊 赵
face','gre0','type=gre','options=local_ip=192.168.0.101,remote_ip=192.168.0.100')) vsctl.run_command([cmd1, cmd2]) thanks. Zhao Jun From: [email protected] To: [email protected] Date: Sat, 4 Jul 2015 11:13:41 +0800 Subject: [Ryu-devel] r

[Ryu-devel] ryu.lib.ovs.vsctl.py

2015-07-03 Thread 俊 赵
hi, i have a question. i want to execute the following commands in remote ryu controller 1) ovs-vsctl add-br OVS-SWITCH2) ovs-vsctl add-port OVS-SWITCH gre0 -- set interface gre0 type=gre options:remote_ip=192.168.0.100 how can i use function VSCtlCommand() to construct these two commands? is ther