summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 04:58:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 04:58:00 +0000
commit02ed6c8f4f98aa615771a3a4596cccf923b8fbd4 (patch)
treed302ec7450e5dad7a26f42356b6da9052c25bfb1 /etc/inc/pfsense-utils.inc
parentd394a9c626b42c71b95bd56ed31735ae31afeece (diff)
downloadpfsense-02ed6c8f4f98aa615771a3a4596cccf923b8fbd4.zip
pfsense-02ed6c8f4f98aa615771a3a4596cccf923b8fbd4.tar.gz
++ advskew before handing it off and then rpc calling for an increase in the value.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index ae1fe69..fc58c96 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -727,6 +727,9 @@ function backup_vip_config_section() {
if($section['mode'] == "proxyarp") {
unset($section);
}
+ if($section['advskew'] <> "") {
+ $section['advskew']++;
+ }
}
/* generate configuration XML */
$xmlconfig = dump_xml_config($new_section, "virtualip");
OpenPOWER on IntegriCloud