From 422de034665d10e81c754fb284a48fd79802bb7f Mon Sep 17 00:00:00 2001 From: bycn82 Date: Mon, 24 Nov 2014 04:17:09 +0000 Subject: [PATCH] update the action modules --- docs/ipfw2/index.mdwn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/ipfw2/index.mdwn b/docs/ipfw2/index.mdwn index 4244a9ac..2ba09d5b 100644 --- a/docs/ipfw2/index.mdwn +++ b/docs/ipfw2/index.mdwn @@ -104,12 +104,17 @@ This modules is focusing on the connections. for example to limit X packets per ## Action Modules ### Dummynet +Luigi's nice work. + ### NAT -Libalias is the library used to do masquerading and IP address translation (NAT). +Libalias is the library used to do masquerading and IP address translation (NAT). But libalias is not designed to use in kernel space originally. so lots of hiccups when porting it into kernel space. ### LOG +Log is an facility which can track down all the traffic and since ipfw2 can support multiple action in one rule .... # Development -## How to create a module to filter the traffic skype +This section will be an example of how we create a "filter module" in order to match the traffic of skype application, it is kind of "L7 filter". +## User-space part of the module +## Kernel part of the module # Roadmap [in plan]: Add layer2 support for 'forward' keyword. -- 2.41.0