From 3d3f60b6d6dbeaa00a323ef69bb1f618bf0c200e Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Fri, 2 Aug 2013 15:52:41 +0000 Subject: [PATCH] added sentence about LXC to "what is" section --- wiki/FAQ.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/FAQ.wiki b/wiki/FAQ.wiki index d702e30e..97c0e447 100644 --- a/wiki/FAQ.wiki +++ b/wiki/FAQ.wiki @@ -2,7 +2,7 @@ == 1. What is CORE? == -The Common Open Research Emulator (CORE) is a tool for emulating networks. You can turn one or more physical machines into networks of virtual nodes and connect these emulated networks to live networks. CORE consists of a GUI for drawing topologies of lightweight virtual machines, and Python modules for scripting network emulation. +The Common Open Research Emulator (CORE) is a tool for emulating networks. You can turn one or more physical machines into networks of virtual nodes and connect these emulated networks to live networks. CORE consists of a GUI for drawing topologies of lightweight virtual machines, and Python modules for scripting network emulation. CORE uses Linux LXC virtualization (Linux containers, aka network namespaces) together with Linux bridging, EMANE, or ns-3 for networking. == 2. Who produced CORE? ==