Bug 1083521
Summary: | NetworkManager bridge DHCP & ignore-carrier | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | poma <pomidorabelisima> | |
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rawhide | CC: | dcbw | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1083624 (view as bug list) | Environment: | ||
Last Closed: | 2014-04-15 22:30:52 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1083624 | |||
Attachments: |
Description
poma
2014-04-02 11:53:36 UTC
Created attachment 881751 [details]
NetworkManager bridge DHCP OK
Created attachment 881752 [details]
NetworkManager bridge DHCP with ignore-carrier
So even with ignore-carrier, DHCP requires an actual network connection, so it will wait until the carrier is on until it starts DHCP. So NetworkManager is waiting for IP configurtion on the bridge until there is a carrier. But I do see in your logs: <info> (bridge0): link connected and at this point NetworkManager *should* be starting DHCP on bridge0 but it doesn't. What version of NetworkManager are you using, something from Fedora, or git master? Nevermind, found the problem. Created attachment 881815 [details]
0001-core-fix-bug-with-ignore-carrier-and-master-slave-de.patch
Candidate patch
Pushed to git master after IRC acks. Created attachment 881883 [details]
NetworkManager bridge DHCP with ignore-carrier OK
Tested with git commit 42499b5. PASSED! Thanks Dan. (In reply to Dan Williams from comment #3) > So even with ignore-carrier, DHCP requires an actual network connection, so > it will wait until the carrier is on until it starts DHCP. So > NetworkManager is waiting for IP configurtion on the bridge until there is a > carrier. > > But I do see in your logs: > > <info> (bridge0): link connected > > and at this point NetworkManager *should* be starting DHCP on bridge0 but it > doesn't. > > What version of NetworkManager are you using, something from Fedora, or git > master? Nothing fancy schmancy really, rebased & rebuild Rawhide's 'NetworkManager-0.9.9.1-4.git20140319.fc21.src.rpm' with a latest git commit tarballed at a certain time, e.g. 'NetworkManager-0.9.9.1.git20140402.42499b5.tar.bz2' , 'NetworkManager-0.9.9.1.git20140401.e9fdfa1.tar.bz2' , etc. |