summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/interfaces/bmcweb/0019-add-smtp-logging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-cp2-5422/recipes-phosphor/interfaces/bmcweb/0019-add-smtp-logging.patch')
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/interfaces/bmcweb/0019-add-smtp-logging.patch23
1 files changed, 16 insertions, 7 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/interfaces/bmcweb/0019-add-smtp-logging.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/interfaces/bmcweb/0019-add-smtp-logging.patch
index ea77f73844..34a1af1827 100644
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/interfaces/bmcweb/0019-add-smtp-logging.patch
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/interfaces/bmcweb/0019-add-smtp-logging.patch
@@ -1,17 +1,17 @@
-From 20d0e08bebfb7d4f5001413ce512cf6a98ecef71 Mon Sep 17 00:00:00 2001
+From 0bf20ac0b410e2fb3d6bfd6b1c8b160eacc8623a Mon Sep 17 00:00:00 2001
From: claiff <claiff@mail.ru>
-Date: Fri, 23 Sep 2022 16:18:09 +0300
-Subject: [PATCH] add smtp logging
+Date: Thu, 6 Oct 2022 12:28:05 +0300
+Subject: [PATCH] add-smtp-logging
---
- .../include/registries/openbmc_message_registry.hpp | 9 +++++++++
- 1 file changed, 9 insertions(+)
+ .../registries/openbmc_message_registry.hpp | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
diff --git a/redfish-core/include/registries/openbmc_message_registry.hpp b/redfish-core/include/registries/openbmc_message_registry.hpp
-index 33058a80..7dea3fac 100644
+index 33058a80..04a88eed 100644
--- a/redfish-core/include/registries/openbmc_message_registry.hpp
+++ b/redfish-core/include/registries/openbmc_message_registry.hpp
-@@ -2170,6 +2170,15 @@ constexpr std::array registry = {
+@@ -2170,6 +2170,24 @@ constexpr std::array registry = {
{"string"},
"None.",
}},
@@ -24,6 +24,15 @@ index 33058a80..7dea3fac 100644
+ {"string", "string"},
+ "None.",
+ }},
++ MessageEntry{"SMTPOk",
++ {
++ "Event SMTP",
++ "SMTP manager: %1",
++ "OK",
++ 1,
++ {"string"},
++ "None.",
++ }},
MessageEntry{"SparingRedundancyDegraded",
{
"Indicates the sparing redundancy state is degraded.",