[ovs-discuss] Problem about the link state of OVS bond!

2013-12-02 Thread lv . erchun
HI, I am using the OVS bond with the active-backup mode such as: ovs-vsctl add-bond sdvs_00 bond3 eth4 eth5 and I find that the 'link status' of eth4 and eth5 were all down when used the 'ovs-vsctl list inerface ' command, other than it was up when used the ethtool command. the OVS version

[ovs-discuss] Questions on ovs with xen4.1

2012-04-09 Thread lv . erchun
Hello, I install OVS1.3.0 on centos6.2,my xen version is v4.1, when I use the xen script to create ovs bridge,there are some error like this: error: "net.bridge.bridge-nf-call-arptables" is an unknown key error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key error: "net.bridge.bridge-nf-c

[ovs-discuss] 答复: Re: bridge renaming issue with Xen

2012-03-08 Thread lv . erchun
log is as follows : [root@hc_2c519_1_1_7 /]# ifconfig eth0 Link encap:Ethernet HWaddr 00:27:19:97:59:81 inet6 addr: fe80::227:19ff:fe97:5981/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:188 errors:0 dropped:0 overruns:0 frame:0

[ovs-discuss] 转发: bridge renaming issue with Xen

2012-03-08 Thread lv . erchun
Hi,all: I have a question about xen using ovs to ask for your advice. When Xen networking start , I want to rename the physical network adapter 'eth0' to 'peth0', and create a bridge 'eth0 ', add the port 'peth0' to bridge 'eth0'. With the linux bridge , the xen script 'network-bridge' work w

[ovs-discuss] Problem about bridge rename

2012-03-07 Thread lv . erchun
Hi, I have created a ovs bridge 'A', and add the port eth0 to the bridge 'A', now I want to rename the bridge to 'B', just like rename the linux bridge ,use the command : ip link set A name B but ,for the ovs bridge ,the command "ip link set name" doesn't work, after execute the comma