Thanks Ben. Removing the bridge module got rid of the error.
On Mon, Aug 9, 2010 at 3:54 PM, Ben Pfaff wrote:
> On Mon, Aug 09, 2010 at 03:50:24PM -0700, Hardeep Uppal wrote:
> > Hi All,
> > r...@ettm:/home/ettm/Desktop/openvswitch-1.0.1# insmod
> > datapath/linux-2
Hi All,
I'm having trouble loading openvswitch_mod.ko module. I installed Open
vSwitch as a kernel module on Debian 2.6.26-2-xen-686 dom0 kernel using the
instruction specified in INSTALL.Linux. Everything worked until I tried to
load openvswitch_mod.ko. I get the following error
r...@ettm:/home/
ing. I am going to take your suggestion and use
the kernel module. I downloaded the header for 2.6.26-2-xen-686, but I need
to figure out how to link it to the kernel and have a build folder.
Thanks
--Hardeep
On Wed, Aug 4, 2010 at 2:12 PM, Jesse Gross wrote:
> On Wed, Aug 4, 2010 at 1:32
txqueuelen:500
RX bytes:2297956 (2.2 MB) TX bytes:463836 (463.8 KB)
Do I need to do something else to make domU use br0 created by open vswicth?
I appreciate the help.
--hardeep
On Fri, Jul 30, 2010 at 6:12 PM, Jesse Gross wrote:
> On Fri, Jul 30, 2010 at 4:47 PM, Hardeep Uppal w
, Jul 30, 2010 at 3:09 PM, Jesse Gross wrote:
> On Thu, Jul 29, 2010 at 1:36 PM, Hardeep Uppal wrote:
>>
>> r...@ettm:/home/ettm/Desktop/openvswitch-1.0.1# ovs-vswitchd
>> unix:/usr/local/var/run/openvswitch/db.sock
>> Jul 29
>> 12:43:21|1|reconnect|INFO|
Hi,
I am new to Open vSwitch and had a few question about open vswitch setup in
userspace in dom0 (2.6.26-2-xen-686). I followed steps 1 to 5 from
INSTALL.Linux to compile and install open vswitch.
% ./configure
% make
% su
% make install
I then initialize the configuration database using ovsdb-
stall Open vSwitch in userspace.
Thanks,
--Hardeep
On Tue, Jul 27, 2010 at 4:03 PM, Ben Pfaff wrote:
> On Tue, Jul 27, 2010 at 03:49:03PM -0700, Hardeep Uppal wrote:
> > I am trying to find if Open vSwitch can be used to replace libipq? I am
> > currently using libipq for iptables
Hi
I am trying to find if Open vSwitch can be used to replace libipq? I am
currently using libipq for iptables userspace packet queuing. The
performance of libipq is not that great and I was wondering if Open vSwitch
can be used for iptables packet queuing? Is there an Open vSwitch api that a
user