All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: stephen@networkplumber.org
Cc: pshelar@nicira.com, netdev@vger.kernel.org, jesse@nicira.com
Subject: Re: [PATCH v2 net-next 1/5] GRE: Refactor GRE tunneling code.
Date: Mon, 18 Mar 2013 15:33:19 -0400 (EDT)	[thread overview]
Message-ID: <20130318.153319.206719819832403477.davem@davemloft.net> (raw)
In-Reply-To: <20130318122409.00c01106@nehalam.linuxnetplumber.net>

From: Stephen Hemminger <stephen@networkplumber.org>
Date: Mon, 18 Mar 2013 12:24:09 -0700

> On Mon, 18 Mar 2013 11:13:25 -0700
> Pravin B Shelar <pshelar@nicira.com> wrote:
> 
>> diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
>> index 7944df7..2073226 100644
>> --- a/net/ipv4/Kconfig
>> +++ b/net/ipv4/Kconfig
>> @@ -186,9 +186,14 @@ config NET_IPGRE_DEMUX
>>  	 This is helper module to demultiplex GRE packets on GRE version field criteria.
>>  	 Required by ip_gre and pptp modules.
>>  
>> +config NET_IP_TUNNEL
>> +	tristate
>> +	default n
>> +
> 
> Won't this break existing kernel config's, shouldn't this default y?

Or "m".  But indeed, it should be made to automatically work for
existing configs.

  reply	other threads:[~2013-03-18 19:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-18 18:13 [PATCH v2 net-next 1/5] GRE: Refactor GRE tunneling code Pravin B Shelar
2013-03-18 19:23 ` David Miller
2013-03-18 19:24   ` David Miller
2013-03-18 19:24 ` Stephen Hemminger
2013-03-18 19:33   ` David Miller [this message]
2013-03-19  3:11     ` Pravin Shelar
2013-03-19 10:31     ` Bjørn Mork
2013-03-19 20:58       ` Stephen Hemminger
2013-03-19 21:21 ` Stephen Hemminger
2013-03-19 21:26   ` David Miller
2013-03-19 21:38     ` Pravin Shelar
2013-03-19 21:56       ` David Miller
2013-03-25 19:30         ` Pravin Shelar
2013-03-25 19:39           ` David Miller
2013-03-25 20:23             ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130318.153319.206719819832403477.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=jesse@nicira.com \
    --cc=netdev@vger.kernel.org \
    --cc=pshelar@nicira.com \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.