summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-29 08:47:07 -0200
committerRenato Botelho <renato@netgate.com>2015-12-29 08:47:07 -0200
commit45b032edbeb71e633c14e23e03c8db29254430ba (patch)
tree9b4242f25d4caddc6e54e824159a47c1d9da66aa /src/etc/inc/gwlb.inc
parent06587e2d57364073e5f5eee725f77353059481da (diff)
parent80e85b99abef1882bfd7364658b44bc0056b39d9 (diff)
downloadpfsense-45b032edbeb71e633c14e23e03c8db29254430ba.zip
pfsense-45b032edbeb71e633c14e23e03c8db29254430ba.tar.gz
Merge pull request #2332 from dennypage/master
Diffstat (limited to 'src/etc/inc/gwlb.inc')
-rw-r--r--src/etc/inc/gwlb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index b57787b..f566016 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -110,6 +110,7 @@ function start_dpinger($gateway) {
$alarm_cmd = "{$g['etc_path']}/rc.gateway_alarm";
$params = "-S "; /* Log warnings via syslog */
+ $params = "-r 0 "; /* Disable unused reporting thread */
$params .= "-i {$gateway['name']} "; /* Identifier */
$params .= "-B {$gateway['gwifip']} "; /* Bind src address */
$params .= "-p {$pidfile} "; /* PID filename */
OpenPOWER on IntegriCloud