[ovs-discuss] Modifying GRE port state

2016-04-06 Thread Badiger, Vishwanath (Vishwa)
r2 gre0 down 2. ovs-ofctl mod-port br2 gre0 up Whereas, following commands work even on GRE ports, 1. ovs-ofctl mod-port br2 gre0 no-receive 2. ovs-ofctl mod-port br2 gre0 no-forward Why modifying GRE port state is not allowed ? Is this issue ? Thanks and

Re: [ovs-discuss] Is it possible to clear statistics of bridge ?

2015-07-30 Thread Badiger, Vishwanath (Vishwa)
I tried "ovs-vsctl clear Interface br0 statistics" and this command does not clear statistics. But we can use "ovs-vsctl get Interface br0 statistics" to get br0 statistics. Is there any other command that can clear bridge statistics ? Regards, Vishwa. From: discuss

[ovs-discuss] Is it possible to clear statistics of bridge ?

2015-07-28 Thread Badiger, Vishwanath (Vishwa)
in advance. Regards, Vishwa. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Badiger, Vishwanath (Vishwa)
entry in ovs kernel module. Is this design still valid with latest code ? If yes, why don’t first packet of every new TCP connection does not go up to ovs-vswitchd (user space) ? Please don’t mind even though I am asking basic questions. Regards, Vishwa. -Original Message- From: Badiger

Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Badiger, Vishwanath (Vishwa)
latest code ? If yes, why don’t first packet of every new TCP connection does not go up to ovs-vswitchd (user space) ? Please don’t mind even though I am asking basic questions. Regards, Vishwa. -Original Message- From: Jesse Gross [mailto:je...@nicira.com] Sent: Friday, January 16, 2015 2

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Badiger, Vishwanath (Vishwa)
I am referring to below patch, http://openvswitch.org/pipermail/dev/2012-June/017640.html MSS clamping even avoids packet getting fragmented by modifying MSS value in TCP SYN packets. Regards, Vishwa. -Original Message- From: Jesse Gross [mailto:je...@nicira.com] Sent: Thursday

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Badiger, Vishwanath (Vishwa)
this effort and appreciate any help in understanding latest OVS implementation or migrating MSS clamping patch. Also, Is there any other way of implementing MSS clamping than how patch implements it ? Thanks. Regards, Vishwa. -Original Message- From: discuss [mailto:discuss-boun

Re: [ovs-discuss] MSS clamping

2015-01-07 Thread Vishwa
Thanks for the information Jesse. On Thu, Jan 8, 2015 at 2:08 AM, Jesse Gross wrote: > On Wed, Jan 7, 2015 at 12:14 AM, Vishwa wrote: > > Hi All, > > I am newbie to OVS world. I have installed OVS on linux platform. I have > GRE > > tunnel in my setup and because of t

[ovs-discuss] MSS clamping

2015-01-07 Thread Vishwa
there any alternate other than iptables) ? Thanks. -- regards, Vishwa. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss