On Tue, Sep 28, 2010 at 4:55 AM, Vishal Swarankar <[email protected]> wrote: > > I could create only 252 bridges using ovs-vsctl ( although ovs-vsctl did not > crash/error msg after that and keep on adding bridges, but brctl/ifconfig > does not identify more than 252 bridges)
Can you look through the ovs-vswitchd log to see if there are any errors? Also check the output of 'dmesg' please. > > I have one eth and one loopback, so a total of 254 network devices. I tried > ifconfig -a , but I dont see any other device. Where am I missing the rest 2 > network interfaces ? The number of datapaths should be limited to 256 independent of other devices in the system. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
