summaryrefslogtreecommitdiff
path: root/redfish-core/lib/ethernet.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/ethernet.hpp')
-rw-r--r--redfish-core/lib/ethernet.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/redfish-core/lib/ethernet.hpp b/redfish-core/lib/ethernet.hpp
index d0c9a37e22..04759fe85b 100644
--- a/redfish-core/lib/ethernet.hpp
+++ b/redfish-core/lib/ethernet.hpp
@@ -1845,6 +1845,9 @@ class EthernetInterface : public Node
json_response["IPv6StaticAddresses"];
ipv6_array = nlohmann::json::array();
ipv6_static_array = nlohmann::json::array();
+ nlohmann::json &ipv6AddrPolicyTable =
+ json_response["IPv6AddressPolicyTable"];
+ ipv6AddrPolicyTable = nlohmann::json::array();
for (auto &ipv6_config : ipv6Data)
{
ipv6_array.push_back({{"Address", ipv6_config.address},