Home
last modified time | relevance | path

Searched refs:IPTABLES (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu-ifup73 IPTABLES=`which iptables 2> /dev/null`
74 if [ "x$IPTABLES" = "x" ]; then
75 IPTABLES=/sbin/iptables
77 if [ ! -x "$IPTABLES" ]; then
78 echo "$IPTABLES cannot be executed"
105 $IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$n/32
106 $IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$dest/32
109 $IPTABLES -P FORWARD ACCEPT
H A Drunqemu-ifdown55 IPTABLES=`which iptables 2> /dev/null`
56 if [ "x$IPTABLES" = "x" ]; then
57 IPTABLES=/sbin/iptables
59 if [ ! -x "$IPTABLES" ]; then
60 echo "$IPTABLES cannot be executed"
65 $IPTABLES -D POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$n/32
66 $IPTABLES -D POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$dest/32
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A DMakefile48 $(eval $(call tar_download,IPTABLES,iptables,1.8.4,.tar.bz2,https://www.netfilter.org/projects/ipta…