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
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
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
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
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