Skip to content

Commit

Permalink
DELIA-55782: Inconsistent response header for getIPSettings
Browse files Browse the repository at this point in the history
Reason for change: Added ipaddress in response header
Test Procedure: Verify in Xi6 , Platco , SkyXione devices
Risks: Low
Signed-off-by: Thamim Razith <[email protected]>
(cherry picked from commit 4122273)
  • Loading branch information
tabbas651 authored and karuna2git committed Apr 18, 2022
1 parent 2ed9dbc commit 5b294e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ namespace WPEFramework
response["interface"] = InternalResponse["interface"];
response["ipversion"] = InternalResponse["ipversion"];
response["autoconfig"] = InternalResponse["autoconfig"];
response["ipaddress"] = InternalResponse["ipaddr"];
response["ipaddr"] = InternalResponse["ipaddr"];
response["netmask"] = InternalResponse["netmask"];
response["gateway"] = InternalResponse["gateway"];
response["primarydns"] = InternalResponse["primarydns"];
Expand Down

0 comments on commit 5b294e5

Please sign in to comment.