[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3823555d-91bf-cdef-95d0-8a22235bb96d@infradead.org>
Date: Thu, 4 Aug 2016 13:09:24 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: kan.liang@...el.com, davem@...emloft.net,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Cc: mingo@...hat.com, peterz@...radead.org, kuznet@....inr.ac.ru,
jmorris@...ei.org, yoshfuji@...ux-ipv6.org, kaber@...sh.net,
akpm@...ux-foundation.org, keescook@...omium.org,
viro@...iv.linux.org.uk, gorcunov@...nvz.org,
john.stultz@...aro.org, aduyck@...antis.com, ben@...adent.org.uk,
decot@...glers.com, fw@...len.de, alexander.duyck@...il.com,
daniel@...earbox.net, tom@...bertland.com,
xiyou.wangcong@...il.com, hannes@...essinduktion.org,
jesse.brandeburg@...el.com, andi@...stfloor.org
Subject: Re: [RFC V2 PATCH 01/25] net: introduce NET policy
On 08/04/16 12:36, kan.liang@...el.com wrote:
> From: Kan Liang <kan.liang@...el.com>
>
> This patch introduce NET policy subsystem. If proc is supported in the
> system, it creates netpolicy node in proc system.
>
> Signed-off-by: Kan Liang <kan.liang@...el.com>
> ---
> include/linux/netdevice.h | 7 +++
> include/net/net_namespace.h | 3 ++
> net/Kconfig | 7 +++
> net/core/Makefile | 1 +
> net/core/netpolicy.c | 128 ++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 146 insertions(+)
> create mode 100644 net/core/netpolicy.c
> diff --git a/net/Kconfig b/net/Kconfig
> index c2cdbce..00552ba 100644
> --- a/net/Kconfig
> +++ b/net/Kconfig
> @@ -205,6 +205,13 @@ source "net/bridge/netfilter/Kconfig"
>
> endif
>
> +config NETPOLICY
> + depends on NET
> + bool "Net policy support"
> + default y
> + ---help---
> + Net policy support
> +
New kconfig options shouldn't default to y.
--
~Randy
Powered by blists - more mailing lists