fix netfilter/Makefile dependencies, fix iptables_display.sh

This commit is contained in:
Thomas Bernard 2016-01-26 16:30:52 +01:00
parent 55cf34a101
commit f4324d45e5
2 changed files with 6 additions and 0 deletions

View File

@ -72,3 +72,8 @@ upnpglobalvars.o: ../upnpglobalvars.c ../upnpglobalvars.h
$(CC) -c -o $@ $<
#depends
testiptcrdr.o: testiptcrdr.c iptcrdr.c
testiptcrdr_dscp.o: testiptcrdr_dscp.c iptcrdr.c
testiptcrdr_peer.o: testiptcrdr_peer.c iptcrdr.c
test_nfct_get.o: test_nfct_get.c nfct_get.c

View File

@ -7,6 +7,7 @@ $IPTABLES -v -n -t nat -L PREROUTING
$IPTABLES -v -n -t nat -L MINIUPNPD
$IPTABLES -v -n -t nat -L POSTROUTING
$IPTABLES -v -n -t nat -L MINIUPNPD-PCP-PEER
$IPTABLES -v -n -t mangle -L PREROUTING
$IPTABLES -v -n -t mangle -L MINIUPNPD
$IPTABLES -v -n -t filter -L FORWARD
$IPTABLES -v -n -t filter -L MINIUPNPD