From 7c9c5c7aeddd381fb1027feb78b585fb3ea9368a Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 4 Mar 2005 13:55:07 +0000 Subject: [PATCH] - merge revision 1.6 date: 2005/02/01 03:10:45; author: mlhuang; state: Exp; lines: +15 -0 - bound vnet mods by #ifdef --- net/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/net/Kconfig b/net/Kconfig index e2334b34f..c6308788b 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -217,6 +217,21 @@ source "net/ipv6/netfilter/Kconfig" source "net/decnet/netfilter/Kconfig" source "net/bridge/netfilter/Kconfig" +config VNET + tristate "PlanetLab Virtualized NETwork access" + depends on IP_NF_CONNTRACK + ---help--- + VNET associates IP connections with VServer virtual contexts + and ensures that unprivileged contexts can receive only packets + related to connections initiated by, or bound to, sockets + created in their contexts. + + For now, enabling or disabling this option does not compile + the driver or activate any non-default code paths. Compile + and load the VNET module separately. + + If unsure, say N. + endif source "net/xfrm/Kconfig" -- 2.47.0