X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=README;h=0c3b4e877c773e421c3ec542b3e8d60b7cafd568;hp=7ab66bffa5f89db3855d610ff037f787b68fcb6a;hb=4e189c94aef3d3e9a4e8edfd2bb989feeb5d5e26;hpb=fd71c20d7328b71ac47493f9f27925de690980ed diff --git a/README b/README index 7ab66bf..0c3b4e8 100644 --- 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