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 678417 - IPv4: Connection 'assume' doesn't work for implicit automatic configurations
IPv4: Connection 'assume' doesn't work for implicit automatic configurations
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Pavel Simerda
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2012-06-19 17:00 UTC by Pavel Simerda
Modified: 2012-07-30 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pavel Simerda 2012-06-19 17:00:39 UTC
A configuration with no [ipv4] is automatically treated as automatic (DHCP). But the 'assume' code fails to recognise it as such and tears the connection down.

Patch will be added promptly.
Comment 2 Pavel Simerda 2012-06-19 17:08:16 UTC
NetworkManager.conf:

[main]
plugins=ifcfg-rh
[keyfile]
unmanaged-devices=mac:52:54:00:8e:93:da

system-connections/Test:

[connection]
id=Test
uuid=f3baee14-0320-45ca-a6b3-dec85a50a9f9
type=802-3-ethernet

[802-3-ethernet]
mac-address=52:54:00:eb:e9:fb
Comment 3 Dan Williams 2012-06-19 17:10:03 UTC
Patch from comment 1 looks like the right approach.
Comment 4 Pavel Simerda 2012-07-10 08:54:03 UTC
Please apply :).