diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-31 22:54:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-31 22:54:28 +0000 |
commit | 4553fd158030c43ebc1ba18901598d5b0d43a356 (patch) | |
tree | ca4dbc82c13f1cc89bbf0a73a3614846bec5d3e2 /packages | |
parent | 5faddb7174b812b1f894be4b7bc747978333db70 (diff) | |
download | pfsense-packages-4553fd158030c43ebc1ba18901598d5b0d43a356.tar.gz pfsense-packages-4553fd158030c43ebc1ba18901598d5b0d43a356.tar.bz2 pfsense-packages-4553fd158030c43ebc1ba18901598d5b0d43a356.zip |
Remove XXX about speeding up the requests
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_status.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index f522dfa3..13bf190f 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -120,9 +120,6 @@ if($config['installedpackages']['carp']['config'] <> "") $pfsync = $carp['pfsync']; $synciface = $carp['synciface']; $carp_int = find_carp_interface($ipaddress); - // XXX - billm - should really 'ifconfig -a |grep carp:' and assign each interface found to an array - // using vhid as identifier and pull from that instead of hitting ifconfig every time through this loop - // actually what should happen is find_carp_interface() should cache these items. -sullrich $status = get_carp_interface_status($carp_int); if(isset($carp['balancing'])) $balancing = "true"; else $balancing = "false"; if(isset($carp['premption'])) $premption = "true"; else $premption = "false"; |