Project

General

Profile

Actions

Bug #4556

closed

pfSense_getall_interface_addresses() does not return scope identifier for link-local addresses

Added by Paul K over 10 years ago. Updated about 10 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Unknown
Target version:
-
Start date:
03/25/2015
Due date:
% Done:

0%

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

Description

In v2.1.5 pfSense_getall_interface_addresses('em0') returns:

Array
(
    [0] => 192.168.10.203/24
    [1] => fe80::20c:29ff:fe02:7fa3%em0/64
)

in v2.2.1:

Array
(
    [0] => fe80::20c:29ff:fec2:4a0e/64
    [1] => 192.168.10.201/24
)

As you can see scope identifier is missing in 2.2.1. By the looks of things this only broke diag_ping and diag_testport pages.

Actions

Also available in: Atom PDF