summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-12-24 15:33:22 -0600
committerChris Buechler <cmb@pfsense.org>2015-12-24 15:33:22 -0600
commit99c1e285030ff6c4f39da1b463b34a1fea01ad3f (patch)
tree73eea5a9bbad2586371a0215c2aca4f49817dd44 /src/etc/inc/gwlb.inc
parent17f4e69c9a74f65bb07c9c6982f932e7a99cf710 (diff)
downloadpfsense-99c1e285030ff6c4f39da1b463b34a1fea01ad3f.zip
pfsense-99c1e285030ff6c4f39da1b463b34a1fea01ad3f.tar.gz
update comment for dpinger
Diffstat (limited to 'src/etc/inc/gwlb.inc')
-rw-r--r--src/etc/inc/gwlb.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index 3c5eaee..8225c25 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -156,8 +156,7 @@ function start_dpinger($gateway) {
}
/*
- * Creates monitoring configuration file and
- * adds appropriate static routes.
+ * Starts dpinger processes and adds appropriate static routes for monitor IPs
*/
function setup_gateways_monitor() {
global $config, $g;
@@ -190,7 +189,7 @@ function setup_gateways_monitor() {
/* Interface ip is needed since dpinger will bind a socket to it.
* However the config GUI should already have checked this and when
- * PPoE is used the IP address is set to "dynamic". So using is_ipaddrv4
+ * PPPoE is used the IP address is set to "dynamic". So using is_ipaddrv4
* or is_ipaddrv6 to identify packet type would be wrong, especially as
* further checks (that can cope with the "dynamic" case) are present inside
* the if block. So using $gateway['ipprotocol'] is the better option.
OpenPOWER on IntegriCloud