diff options
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"; |