Project

General

Profile

Actions

Bug #4859

closed

Cosmetic dashboard issue with bce/bge interfaces

Added by Jon Klinck almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Very Low
Assignee:
-
Category:
Dashboard
Target version:
Start date:
07/21/2015
Due date:
% Done:

0%

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

Description

When running bce/bge interfaces directly connected (e.g. a sync interface between cluster members) one of the ports negotiates 'master' status.
This is reflected on the Interface status widget. For some reason, it toggles back and forth between showing the master status
1000baseT <full-duplex,master>
and cutting it and the trailing angle bracket off
1000baseT <full-duplex

ifconfig shows media: Ethernet autoselect (1000baseT <full-duplex,master>)
Completely minor bug, but it's probably an easy fix and may effect other interfaces with non-standard mediaopts.

Actions #1

Updated by Phillip Davis almost 9 years ago

Yes, it was an easy fix. Comma was being used to separate the various interface data items and that data also had a comma in it. Changing the separator to "^" (which should never appear in any of the interface data items) is the practical fix.
https://github.com/pfsense/pfsense/pull/1774

Actions #2

Updated by Chris Buechler almost 9 years ago

  • Status changed from New to Feedback
  • Affected Version changed from 2.2.3 to All

thanks Phil. Merged to master, doesn't cherry-pick clean to RELENG_2_2 because of style diffs. Not difficult to fix, just more than I can get into yet today. Feel free to submit a pull request to RELENG_2_2, otherwise I'll cherry pick it when time permits or just target this to 2.3.

Actions #3

Updated by Phillip Davis almost 9 years ago

Actions #4

Updated by Chris Buechler almost 9 years ago

  • Status changed from Feedback to Resolved
  • Target version set to 2.2.4

merged that one as well, thanks Phil!

Actions

Also available in: Atom PDF