ia64/xen-unstable
annotate tools/vnet/00README @ 8740:3d7ea7972b39
Update patches for linux 2.6.15.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu Feb 02 17:16:00 2006 +0000 (2006-02-02) |
parents | 0a4b76b6b5a0 |
children | 71b0f00f6344 |
rev | line source |
---|---|
mjw@3079 | 1 This directory contains the implementation of vnets: |
mjw@3079 | 2 virtual private networks for virtual machines. |
mjw@3079 | 3 See doc/ for more information and examples/ for example |
mjw@3079 | 4 configurations. |
mjw@3079 | 5 |
mjw@3079 | 6 The kernel module is in vnet-module/ and the vnet forwarding |
mjw@3079 | 7 daemon is in vnetd/. The vnetd daemon makes vnets work across |
mjw@3079 | 8 subnets when multicast routing is not available. |
mjw@3079 | 9 |
mjw@3079 | 10 Mike Wray <mike.wray@hp.com> |