HomeSort by relevance Sort by last modified time
    Searched refs:IPTABLES (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 20 IPTABLES=/sbin/iptables
55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
  /external/autotest/client/cros/
network.py 112 """Context manager that manages iptables rules."""
113 IPTABLES = '/sbin/iptables'
121 return utils.system_output('%s %s' % (self.IPTABLES, command),

Completed in 154 milliseconds