On Mon, 13 Sep 2004 09:17:06 +0400
Paul P Komkoff Jr [off-list ref] wrote:
Replying to David S. Miller:
quoted
What are the rules for IP_GRE in general for when
to apply this transformation?
As you can see, I am applying it unconditionally when fits. For most
cases, this will be OK.
There can be situations when this is not wanted (for example, when
debugging something), so in general, tuning knob will be useful, but
I just don't know where to add it, maybe tunnel->parms.i_flags ...
I don't think adding such a knob is necessary, but yes i_flags
would be the place to do it.
I will apply your patch with the "if(1)" simply removed.
Thanks.