I found the reason, it's my fault, I apply the splinter VLAN on wrong
interface (br0). So the network loop happened, but i still don't know how
to stop reference (Usage count=1).
Thanks,
Kris
On Fri, May 10, 2013 at 9:55 AM, Kris zhang wrote:
> Thanks Jesse, I only put a DHCP listen ip on thi
Thanks Jesse, I only put a DHCP listen ip on this port br100:
> ifconfig br100 192.188.1.10/24 up
And then i run a dnsmasq process by this listening ip.
Also i found there is a network loop between two hosts, and both hosts are
use single NIC, and the host ip is on br0. I don't know why network l
On Thu, May 9, 2013 at 5:23 AM, Kris zhang wrote:
> Hi guys,
>
> I use ovs 1.7, and i created a br0, and then add a fake bridge br100
> (tag=100) on br0:
> ovs-vsctl add-br br0
> ovs-vsctl add-br br100 br0 100
> ovs-vsctl add-port br0 eth0
> ovs-vsctl add-port br100 tap-test
>
> Now it works ok. A
Hi guys,
I use ovs 1.7, and i created a br0, and then add a fake bridge br100
(tag=100) on br0:
ovs-vsctl add-br br0
ovs-vsctl add-br br100 br0 100
ovs-vsctl add-port br0 eth0
ovs-vsctl add-port br100 tap-test
Now it works ok. After a while i deleted the br100:
ovs-vsctl del-br br100
There is a