Project

General

Profile

Actions

Bug #5884

closed

find_carp_interface() was removed, but it is still referenced by packages

Added by Jim Pingle about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
CARP
Target version:
Start date:
02/12/2016
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
All

Description

find_carp_interface() was removed in 2a5960b07bb2a40aeaf81423b0c52d5629e87e49 (and its many associated tickets) but the Quagga and OpenBGPd packages both use it to determine the status of a CARP VIP like so:

    $iface = trim(find_carp_interface($ipaddr));
    if ($iface) {
        $status = get_carp_interface_status($iface);
[...]

The code will need fixed to use whatever the appropriate replacement is, or if there is a method to find the status by IP address instead, that would be even better.

Actions #1

Updated by Luiz Souza about 8 years ago

  • Status changed from Assigned to Feedback
  • % Done changed from 0 to 100

A fix was committed to Quagga and OpenBGPd packages.

All the references of find_carp_interface() were removed.

Actions #2

Updated by Chris Buechler about 8 years ago

  • Status changed from Feedback to Resolved

all good

Actions

Also available in: Atom PDF