Skip to content
Snippets Groups Projects
Commit 64a8d6c4 authored by Travis Kemen's avatar Travis Kemen
Browse files

fix typo, proto should be protocol

SVN-Revision: 12318
parent 76815472
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ fw_redirect() {
config_get protocol $1 protocol
[ -z "$src" -o -z "$dest_ip" ] && { \
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; }
$IPTABLES -A zone_${src}_prerouting -t nat \
${protocol:+-p $protocol} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment