Bug 1797852

Summary: [RFE] Provides runtime DHCP client status
Product: Red Hat Enterprise Linux 8 Reporter: Gris Ge <fge>
Component: NetworkManagerAssignee: NetworkManager Development Team <nm-team>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.3CC: acardace, atragler, bgalvani, lrintel, rkhan, sukulkar, thaller
Target Milestone: rcKeywords: FutureFeature
Target Release: 8.2   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-03 03:01:28 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: 1738136    

Description Gris Ge 2020-02-04 03:25:37 UTC
Description of problem:

Currently, only after a profile been fully activated, the `NM.ActiveConnection.get_dhcp4_config()` can return DHCP client information.

Besides that, please provides below information:
 * Run-time DHCP status, state or state flag: DHCP running, DHCP failed, DHCP finished.
 * Run-time DHCP configurations: whether apply routes, gateway, dns.
 * The NM.ActiveConnection.get_ip4/6_config() provides:
   * Runtime IP method: auto, dhcp, autoconf, manual, link-local, disabled.

Version-Release number of selected component (if applicable):
NetworkManager-1.22.6-1.el8

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Gris Ge 2021-03-03 03:01:28 UTC
The work is extensive in NetworkManager and the user of nmstate are happy with current status.