summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-10-01 15:18:17 +0000
committerErmal Luçi <eri@pfsense.org>2009-10-01 15:19:42 +0000
commitabcb2bed927c18f29b12972f023b253c703132d1 (patch)
treee06b5f0da200a6694b2d3a5ba79907fb6de06b46 /usr/local/www/status_services.php
parent6b0c587976d5941bce0b7e569a519f7e7fcbc62a (diff)
downloadpfsense-abcb2bed927c18f29b12972f023b253c703132d1.zip
pfsense-abcb2bed927c18f29b12972f023b253c703132d1.tar.gz
* Convert carp/vips code to behave the same as other interfaces.
* Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 108a191..77b5994 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -292,13 +292,6 @@ if(isset($config['snmpd']['enable'])) {
unset($pconfig);
}
-if(isset($config['proxyarp']['proxyarpnet'])) {
- $pconfig['name'] = "choparp";
- $pconfig['description'] = "Proxy ARP";
- $services[] = $pconfig;
- unset($pconfig);
-}
-
if (count($config['igmpproxy']['igmpentry']) > 0) {
$pconfig['name'] = "igmpproxy";
$pconfig['descritption'] = "IGMP proxy";
OpenPOWER on IntegriCloud