Re: [ovs-discuss] OVS in userspace

2014-01-28 Thread sonia verma
INSTALL.userspace<http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.userspace;hb=a3ea1821d67e7dc8af32d7a55b5857014ec4583f> >>>>> document >>>>> "Using Open vSwitch without kernel support" related to this? >>>>

Re: [ovs-discuss] OVS in userspace

2014-01-27 Thread Asadullah Hussain
ckets received on the interface still also pass into the >>>> kernel TCP/IP stack. This can cause surprising and incorrect >>>> behavior. You can use "iptables" to avoid this behavior, by using it >>>> to drop r

Re: [ovs-discuss] OVS in userspace

2014-01-26 Thread sonia verma
ehavior. You can use "iptables" to avoid this behavior, by using it >>> to drop received packets. For example, to drop packets received on >>> eth0: >>> iptables -A INPUT -i eth0 -j DROP >>> iptables -A FORWARD -i

Re: [ovs-discuss] OVS in userspace

2014-01-26 Thread Asadullah Hussain
the >> kernel TCP/IP stack. This can cause surprising and incorrect >> behavior. You can use "iptables" to avoid this behavior, by using it >> to drop received packets. For example, to drop packets received on >> eth0: >> iptables -A INPUT -i eth0 -j D

Re: [ovs-discuss] OVS in userspace

2014-01-26 Thread sonia verma
behavior, by using it > to drop received packets. For example, to drop packets received on > eth0: > iptables -A INPUT -i eth0 -j DROP > iptables -A FORWARD -i eth0 -j DROP > " > > > From: sonia verma > Date: Sun, 26 Jan 2014 08:59:54 +0530 > To: &q

Re: [ovs-discuss] OVS in userspace

2014-01-26 Thread Arun Sharma
. For example, to drop packets received on eth0: iptables -A INPUT -i eth0 -j DROP iptables -A FORWARD -i eth0 -j DROP " From: sonia verma Date: Sun, 26 Jan 2014 08:59:54 +0530 To: "discuss@openvswitch.org" Subject: [ovs-discuss] OVS in userspace Hi Is it possib

[ovs-discuss] OVS in userspace

2014-01-25 Thread sonia verma
Hi Is it possible to run ovs on userspace without loading its kernel modules? Please help regarding this. Thanks ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss