miniupnp/miniupnpd/netfilter_nft
Thomas Bernard 60db6230ab minor README edit 2015-04-24 23:02:38 +02:00
..
scripts Changes init script (only add chains). 2015-03-16 17:24:31 +09:00
Makefile Initial commit to support nftables. 2015-03-11 21:10:25 +09:00
README.md minor README edit 2015-04-24 23:02:38 +02:00
nfct_get.c Initial commit to support nftables. 2015-03-11 21:10:25 +09:00
nftnlrdr.c Fix to remove rule with correct handle. 2015-03-16 19:58:02 +09:00
nftnlrdr.h Initial commit to support nftables. 2015-03-11 21:10:25 +09:00
nftnlrdr_misc.c Fix to remove rule with correct handle. 2015-03-16 19:58:02 +09:00
nftnlrdr_misc.h Add egress if index val and rename ifidx to ingress_ifidx. 2015-03-16 17:28:03 +09:00
test_nfct_get.c Initial commit to support nftables. 2015-03-11 21:10:25 +09:00
testnftnlrdr.c Initial commit to support nftables. 2015-03-11 21:10:25 +09:00
tiny_nf_nat.h Initial commit to support nftables. 2015-03-11 21:10:25 +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 ;)