Added the new version for dummynet.
[ipfw.git] / README
diff --git a/README b/README
index 7ab66bf..0c3b4e8 100644 (file)
--- a/README
+++ b/README
@@ -14,6 +14,9 @@ version in RELENG_7 and HEAD as of December 2009), plus some glue code
 and headers written from scratch.
 Unless specified otherwise, all the code here is under a BSD license.
 
+Note:
+       - the linux version miss the "one_pass" feature
+
 =================== BUILD INSTRUCTIONS ==========================
 
 ***** Linux 2.6.x ******
@@ -35,6 +38,10 @@ Unless specified otherwise, all the code here is under a BSD license.
            Networking options  --->
               [*] Network packet filtering framework (Netfilter)
 
+       If you have not yet compiled your kernel source, you need to
+       prepare the build environment:
+
+       (cd $(KERNELPATH); make oldconfig; make prepare; make scripts)
 
 ***** Linux 2.4.x *****
 
@@ -114,6 +121,10 @@ Unless specified otherwise, all the code here is under a BSD license.
     rmmod ipfw_mod.o                            # remove the module
 
 ***** PLANETLAB BUILD (within a slice) *****
+These instruction can be used by PlanetLab developers to compile the dummynet module
+on a node. To install the module on the node users need root access in root context.
+PlanetLab users that want to use the dummynet package should ask to PlanetLab support
+for nodes with dummynet emulation capabilities.
 
     Follow the instructions below. You can just cut&paste