mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 20:50:15 +02:00
fix typo, proto should be protocol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12318 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b4667d52b0
commit
3de484921c
@ -222,7 +222,7 @@ fw_redirect() {
|
|||||||
config_get protocol $1 protocol
|
config_get protocol $1 protocol
|
||||||
[ -z "$src" -o -z "$dest_ip" ] && { \
|
[ -z "$src" -o -z "$dest_ip" ] && { \
|
||||||
echo "redirect needs src and dest_ip"; return ; }
|
echo "redirect needs src and dest_ip"; return ; }
|
||||||
[ -n "$dest_port" -a -z "$proto" ] && { \
|
[ -n "$dest_port" -a -z "$protocol" ] && { \
|
||||||
echo "dport may only be used it proto is defined"; return; }
|
echo "dport may only be used it proto is defined"; return; }
|
||||||
$IPTABLES -A zone_${src}_prerouting -t nat \
|
$IPTABLES -A zone_${src}_prerouting -t nat \
|
||||||
${protocol:+-p $protocol} \
|
${protocol:+-p $protocol} \
|
||||||
|
Loading…
Reference in New Issue
Block a user