From: Felix Fietkau Date: Sat, 15 Aug 2009 21:31:41 +0000 (+0000) Subject: wprobe: fix tcp port for the proxy mode in the init script X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d8641e67e15569da9be03e5a25b1b1e82da09757;p=openwrt%2Fstaging%2Fynezz.git wprobe: fix tcp port for the proxy mode in the init script SVN-Revision: 17278 --- diff --git a/package/wprobe/files/wprobe.init b/package/wprobe/files/wprobe.init index 11a5bf6e14..26d5c3d312 100755 --- a/package/wprobe/files/wprobe.init +++ b/package/wprobe/files/wprobe.init @@ -25,7 +25,7 @@ config_wprobe() { start_proxy() { config_get port "$cfg" port - wprobe_ssd -S proxy "$UTIL" -P -p "${port:-19770}" + wprobe_ssd -S proxy "$UTIL" -P -p "${port:-17990}" } start_ipfix() {