Bug #4859
closedCosmetic dashboard issue with bce/bge interfaces
0%
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.
Updated by Phillip Davis over 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
Updated by Chris Buechler over 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.
Updated by Phillip Davis over 9 years ago
Pull request https://github.com/pfsense/pfsense/pull/1775 for RELENG_2_2
Updated by Chris Buechler over 9 years ago
- Status changed from Feedback to Resolved
- Target version set to 2.2.4
merged that one as well, thanks Phil!