Miniupnpd: update to 1.9 (20150430)
[tomato.git] / release / src / router / miniupnpd / netfilter_nft / README.md
blobb37d4823fd036808687b84042991f27ce002dcea
1 Miniupnpd nftables support by Tomofumi Hayashi (s1061123@gmail.com).
3 ##Current Status
4 nftables support is 'alpha' version, not "so much" stable.
6 ##Supported Features
7 - IPv4 NAT/Filter add/del.
9 ##How to build miniupnpd with nftables:
10 Run 'make' command with 'Makefile.linux_nft',
12 `make -f Makefile.linux_nft`
14 ##How to Run
15 Please run 'netfilter_nft/scripts/nft_init.sh' to add miniupnpd chain.
17 `sudo ./netfilter_nft/scripts/nft_init.sh`
19 ##FAQ
20 I will add this section when I get question.
21 Comments and Questions are welcome ;)