From 41ae7f189323cd0cbd6a1aa84f365ad5fee1a738 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Thu, 22 Mar 2012 15:18:01 +0000 Subject: [PATCH] fix formatting --- wiki/CustomKernels.wiki | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wiki/CustomKernels.wiki b/wiki/CustomKernels.wiki index 153f2195..e7565e09 100644 --- a/wiki/CustomKernels.wiki +++ b/wiki/CustomKernels.wiki @@ -6,13 +6,13 @@ Even with the latest Linux kernels, not all networking features may be ready for use with network namespaces. Generally, the newer the kernel, the better the support for netns. Here are notes organized by feature. -* IPsec - patch available, see below. -* netfilter queuing - patch available, see below. -* interface index - patch available, see below. -* Linux bridging - works on Linux 3.0.0, but not on some earlier kernels -* multicast routing - TBD -* QoS with tc queuing - TBD -* GRE tunneling - TBD + * IPsec - patch available, see below. + * netfilter queuing - patch available, see below. + * interface index - patch available, see below. + * Linux bridging - works on Linux 3.0.0, but not on some earlier kernels + * multicast routing - TBD + * QoS with tc queuing - TBD + * GRE tunneling - TBD == CORE kernel patches ==