[ovs-discuss] Modifying GRE port state

2016-04-06 Thread Badiger, Vishwanath (Vishwa)
Hi All, We can modify port config using "ovs-ofctl mod-port" commands. Example: 1. ovs-ofctl mod-port br2 br2 down 2. ovs-ofctl mod-port br2 br2 up I tried same command to modify state of GRE ports and it didn't work. Commands used: 1. ovs-ofctl mod-port br2 gre0 down 2. ovs

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

2015-07-30 Thread Badiger, Vishwanath (Vishwa)
[mailto:discuss-boun...@openvswitch.org] On Behalf Of Badiger, Vishwanath (Vishwa) Sent: Tuesday, July 28, 2015 4:52 PM To: discuss@openvswitch.org Subject: [ovs-discuss] Is it possible to clear statistics of bridge ? Hi All, Is it possible to clear statistics of bridge using any of ovs commands ? If

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

2015-07-28 Thread Badiger, Vishwanath (Vishwa)
Hi All, Is it possible to clear statistics of bridge using any of ovs commands ? If yes, which command and how can we do it ? I am searching for such command in OVS documents, but not finding such information. Would like to know the reason if clearing statistics is not supported by OVS. Thanks i

Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Badiger, Vishwanath (Vishwa)
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:08 AM To: Badiger, Vishwanath (Vishwa) Cc: Uri Simchoni; discuss@openvswitch.org Subject: Re: [ovs-discuss] MSS Clamping Than

Re: [ovs-discuss] MSS Clamping

2015-01-19 Thread Badiger, Vishwanath (Vishwa)
:08 AM To: Badiger, Vishwanath (Vishwa) Cc: Uri Simchoni; discuss@openvswitch.org Subject: Re: [ovs-discuss] MSS Clamping Thanks for the reminder. However, that patch will basically not work at all any more due to the fact that we try to avoid sending new TCP connections up to usespace. Therefore

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Badiger, Vishwanath (Vishwa)
, January 15, 2015 11:04 AM To: Badiger, Vishwanath (Vishwa) Cc: Uri Simchoni; discuss@openvswitch.org Subject: Re: [ovs-discuss] MSS Clamping On Wed, Jan 14, 2015 at 9:26 PM, Badiger, Vishwanath (Vishwa) wrote: > Hi, > I am in the process of migrating MSS clamping patch into recent OVS >

Re: [ovs-discuss] MSS Clamping

2015-01-14 Thread Badiger, Vishwanath (Vishwa)
Hi, I am in the process of migrating MSS clamping patch into recent OVS code base 2.3.0. But not finding functions like, 1. subfacet_make_actions() 2. iface_parse_tunnel() Looks like OVS has evolved lot compared to the code base to which MSS clamping patch created. I am planning to continue thi