aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chion Tang <sdspeedonion@gmail.com> 2018-02-09 06:09:06 +0000
committerGravatar Chion Tang <sdspeedonion@gmail.com> 2018-02-09 06:09:06 +0000
commit4db9fc8c07fa82de27f9dfc1b545ca20e6816c43 (patch)
treeb89cbc361bc8a71fed1cf08be2d21dae0be5ad16
parentfix: module alias match failed (diff)
downloadnetfilter-full-cone-nat-4db9fc8c07fa82de27f9dfc1b545ca20e6816c43.tar.gz
netfilter-full-cone-nat-4db9fc8c07fa82de27f9dfc1b545ca20e6816c43.tar.bz2
netfilter-full-cone-nat-4db9fc8c07fa82de27f9dfc1b545ca20e6816c43.zip
modify README
-rw-r--r--README.md6
1 files 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
=====