Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 846144 Details for
Bug 983320
NetworkManager dhcp4 dispatcher script contains incorrect server identifier
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to re-order dhcp4 state update before dhcp4_lease_change
rh983320-dhcp4-state-dispatch.patch (text/plain), 962 bytes, created by
Scott Shambarger
on 2014-01-06 15:19:11 UTC
(
hide
)
Description:
Patch to re-order dhcp4 state update before dhcp4_lease_change
Filename:
MIME Type:
Creator:
Scott Shambarger
Created:
2014-01-06 15:19:11 UTC
Size:
962 bytes
patch
obsolete
>--- a/src/devices/nm-device.c >+++ b/src/devices/nm-device.c >@@ -2508,18 +2508,19 @@ > break; > } > >- if (priv->ip4_state == IP_CONF) >- nm_device_activate_schedule_ip4_config_result (device, config); >- else if (priv->ip4_state == IP_DONE) >- dhcp4_lease_change (device, config); >- g_object_unref (config); >- > /* Update the DHCP4 config object with new DHCP options */ > nm_dhcp4_config_reset (priv->dhcp4_config); > nm_dhcp_client_foreach_option (priv->dhcp4_client, > dhcp4_add_option_cb, > priv->dhcp4_config); > g_object_notify (G_OBJECT (device), NM_DEVICE_DHCP4_CONFIG); >+ >+ if (priv->ip4_state == IP_CONF) >+ nm_device_activate_schedule_ip4_config_result (device, config); >+ else if (priv->ip4_state == IP_DONE) >+ dhcp4_lease_change (device, config); >+ g_object_unref (config); >+ > break; > case DHC_TIMEOUT: /* timed out contacting DHCP server */ > dhcp4_fail (device, TRUE);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 983320
: 846144