From 4db9fc8c07fa82de27f9dfc1b545ca20e6816c43 Mon Sep 17 00:00:00 2001 From: Chion Tang Date: Fri, 9 Feb 2018 06:09:06 +0000 Subject: [PATCH] modify README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ab72d6..4020fdf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Kernel Module obj-$(CONFIG_NETFILTER_XT_TARGET_FULLCONENAT) += xt_FULLCONENAT.o ``` -3. Insert following section to `kernel-source/net/ipv4/netfilter/Kconfig` right after `config IP_NF_TARGET_NETMAP` section: +3. Insert following section into `kernel-source/net/ipv4/netfilter/Kconfig` right after `config IP_NF_TARGET_NETMAP` section: ``` config IP_NF_TARGET_FULLCONENAT @@ -37,7 +37,7 @@ config IP_NF_TARGET_FULLCONENAT ``` -4. Insert following section to `kernel-source/net/netfilter/Kconfig` right after `config NETFILTER_XT_TARGET_NETMAP` section: +4. Insert following section into `kernel-source/net/netfilter/Kconfig` right after `config NETFILTER_XT_TARGET_NETMAP` section: ``` config NETFILTER_XT_TARGET_FULLCONENAT @@ -70,7 +70,7 @@ IPtables extension 1. Copy libipt_FULLCONENAT.c and libipt_FULLCONENAT.t to `iptables-source/extensions`. -2. Under the iptables source directory, `./configure`, `make` and `make install` +2. Under the iptables source directory, `./configure`(use `--prefix` to replace your current `iptables` by looking at `which iptables`), `make` and `make install` Usage =====