After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 677151 - network: make sure ipoib is handled
network: make sure ipoib is handled
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks: 677149 677152
 
 
Reported: 2012-05-31 01:46 UTC by Matthias Clasen
Modified: 2012-11-03 00:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
network: update for nma-wifi-dialog renaming (4.27 KB, patch)
2012-10-18 11:55 UTC, Dan Winship
committed Details | Review
network: minimal support for unrecognized device types (1.30 KB, patch)
2012-10-18 11:56 UTC, Dan Winship
committed Details | Review

Description Matthias Clasen 2012-05-31 01:46:09 UTC
NetworkManager supports bridging nowadays; the network menu should show
something reasonable when it meets such a network configuration. 'Reasonable'
might very well be 'just like wired' here.

See http://fedoraproject.org/wiki/Features/NMEnterpriseNetworking

(Note: this bug is part of a series of bugs I'm filing for handling 'exotic'
network constellations)
Comment 1 Dan Winship 2012-08-22 12:34:17 UTC
s/bridging/IPoIB/
Comment 2 Dan Winship 2012-08-27 15:18:22 UTC
Given the current level of IPoIB support in NM, there's essentially no difference between ethernet and infiniband connections except that infiniband connections have longer hw addresses. So we can just display them the same way we display ethernet. As with the network menu, there's still a question of whether to list both ethernet and infiniband as "Wired", or to distinguish them as separate types.
Comment 3 Dan Winship 2012-10-18 11:55:34 UTC
Created attachment 226729 [details] [review]
network: update for nma-wifi-dialog renaming

The old names are deprecated.

=====

(not actually related to this bug, but we depend on new libnm-gtk now,
so we might as well do this to get rid of the deprecation warnings)
Comment 4 Dan Winship 2012-10-18 11:56:44 UTC
Created attachment 226730 [details] [review]
network: minimal support for unrecognized device types

====

This makes InfiniBand devices show up, and you can connect/disconnect
them, and see their IP configuration. There is currently no
IPoIB-specific information, but I don't think that's a problem, and
you can click "Options" to get full details anyway.
Comment 5 Bastien Nocera 2012-10-22 12:53:42 UTC
Attachment 226729 [details] pushed as fa31613 - network: update for nma-wifi-dialog renaming
Attachment 226730 [details] pushed as cb2eacd - network: minimal support for unrecognized device types
Comment 6 Jeremy Bicha 2012-11-03 00:38:29 UTC
(In reply to comment #3)
> Created an attachment (id=226729) [details] [review]
> network: update for nma-wifi-dialog renaming
> 
> The old names are deprecated.
> 
> =====
> 
> (not actually related to this bug, but we depend on new libnm-gtk now,
> so we might as well do this to get rid of the deprecation warnings)

Dan, actually we don't yet. I guess we need this bumped to 0.9.6 now.

http://git.gnome.org/browse/gnome-control-center/tree/configure.ac#n93