X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=0c3b4e877c773e421c3ec542b3e8d60b7cafd568;hb=7f9fafbbf8a2c3d7a4b9aab56d63d9ee6f4bed82;hp=7ab66bffa5f89db3855d610ff037f787b68fcb6a;hpb=31b969263c34f46f398eec33c0b0e95947842cda;p=ipfw.git 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