Re: [ovs-dev] [RFC PATCH 3/3] tunneling: Allow tunnel fragmentation by default.

2013-03-28 Thread Jesse Gross
On Thu, Mar 28, 2013 at 5:41 AM, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > > On Mar 27, 2013, at 1:47 , ext Jesse Gross wrote: > >> On Mon, Mar 25, 2013 at 12:03 PM, Jarno Rajahalme >> wrote: >>> Changes the default tunnel dont_fragment from "true" (don't >>> fragment) to "false" (allow fragment

Re: [ovs-dev] [RFC PATCH 3/3] tunneling: Allow tunnel fragmentation by default.

2013-03-28 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Mar 27, 2013, at 1:47 , ext Jesse Gross wrote: > On Mon, Mar 25, 2013 at 12:03 PM, Jarno Rajahalme > wrote: >> Changes the default tunnel dont_fragment from "true" (don't >> fragment) to "false" (allow fragmentation). Tunnel outer headers >> will not have the DF bit set by default, and if "d

Re: [ovs-dev] [RFC PATCH 3/3] tunneling: Allow tunnel fragmentation by default.

2013-03-26 Thread Jesse Gross
On Mon, Mar 25, 2013 at 12:03 PM, Jarno Rajahalme wrote: > Changes the default tunnel dont_fragment from "true" (don't > fragment) to "false" (allow fragmentation). Tunnel outer headers > will not have the DF bit set by default, and if "df=true" option is > given for a tunnel, also local fragment

[ovs-dev] [RFC PATCH 3/3] tunneling: Allow tunnel fragmentation by default.

2013-03-25 Thread Jarno Rajahalme
Changes the default tunnel dont_fragment from "true" (don't fragment) to "false" (allow fragmentation). Tunnel outer headers will not have the DF bit set by default, and if "df=true" option is given for a tunnel, also local fragmentation will be disabled. The name of the option is changed from "df