mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-09 05:42:41 +00:00
fix netfilter/Makefile dependencies, fix iptables_display.sh
This commit is contained in:
parent
55cf34a101
commit
f4324d45e5
@ -72,3 +72,8 @@ upnpglobalvars.o: ../upnpglobalvars.c ../upnpglobalvars.h
|
|||||||
$(CC) -c -o $@ $<
|
$(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
|
||||||
|
@ -7,6 +7,7 @@ $IPTABLES -v -n -t nat -L PREROUTING
|
|||||||
$IPTABLES -v -n -t nat -L MINIUPNPD
|
$IPTABLES -v -n -t nat -L MINIUPNPD
|
||||||
$IPTABLES -v -n -t nat -L POSTROUTING
|
$IPTABLES -v -n -t nat -L POSTROUTING
|
||||||
$IPTABLES -v -n -t nat -L MINIUPNPD-PCP-PEER
|
$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 mangle -L MINIUPNPD
|
||||||
$IPTABLES -v -n -t filter -L FORWARD
|
$IPTABLES -v -n -t filter -L FORWARD
|
||||||
$IPTABLES -v -n -t filter -L MINIUPNPD
|
$IPTABLES -v -n -t filter -L MINIUPNPD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user