miniupnp/miniupnpd/netfilter_nft
Thomas Bernard 42a5e2ae22 Merge remote-tracking branch 's1061123/nft_support' into nft_support
Conflicts:
	miniupnpd/Makefile.linux_nft
	miniupnpd/netfilter_nft/README.md
	miniupnpd/netfilter_nft/nftnlrdr.c
	miniupnpd/netfilter_nft/nftnlrdr_misc.c
2015-04-30 10:49:11 +02:00
..
scripts Changes init script (only add chains). 2015-04-28 17:13:06 +09:00
Makefile Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
README.md Update README.md 2015-04-28 17:13:08 +09:00
nfct_get.c Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
nftnlrdr.c Fix compiler warning. 2015-04-28 17:23:09 +09:00
nftnlrdr.h Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
nftnlrdr_misc.c Fix d_printf() compile error. 2015-04-28 17:22:46 +09:00
nftnlrdr_misc.h Add egress if index val and rename ifidx to ingress_ifidx. 2015-04-28 17:13:06 +09:00
test_nfct_get.c Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
testnftnlrdr.c Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
tiny_nf_nat.h Initial commit to support nftables. 2015-04-28 17:13:06 +09:00

README.md

Miniupnpd nftables support by Tomofumi Hayashi (s1061123@gmail.com).

##Current Status nftables support is 'alpha' version, not "so much" stable.

##Supported Features

  • IPv4 NAT/Filter add/del.

##How to build miniupnpd with nftables: Run 'make' command with 'Makefile.linux_nft',

make -f Makefile.linux_nft

##How to Run Please run 'netfilter_nft/scripts/nft_init.sh' to add miniupnpd chain.

sudo ./netfilter_nft/scripts/nft_init.sh

##FAQ I will add this section when I get question. Comments and Questions are welcome ;)