Blame SOURCES/ipxe-Add-ping-command-support.patch

6b1981
From 4d004e6a535c4f102c7b91c2f4d259cebaf1fb69 Mon Sep 17 00:00:00 2001
6b1981
From: Miroslav Rezanina <mrezanin@redhat.com>
6b1981
Date: Mon, 2 Aug 2021 08:11:12 -0400
6b1981
Subject: [PATCH 1/5] Add ping command support
6b1981
6b1981
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
6b1981
RH-MergeRequest: 6: Forwardport  missing RHEL 8 downsteream changes
6b1981
RH-Commit: [1/5] f95713f55d7af7970d39462c94b866f833eedca1 (mrezanin/centos-src-ipxe)
6b1981
RH-Bugzilla: 1985658
6b1981
6b1981
To allow trouble shooting ipxe issues, ping command were added to
6b1981
RHEL 8 (see BZ 1913719).
6b1981
6b1981
Adding this command to RHEL 9 to prevent regression from RHEL 8 functionality.
6b1981
6b1981
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
6b1981
---
6b1981
 src/config/general.h | 2 +-
6b1981
 1 file changed, 1 insertion(+), 1 deletion(-)
6b1981
6b1981
diff --git a/src/config/general.h b/src/config/general.h
6b1981
index 3c14a2cd..5adf6a35 100644
6b1981
--- a/src/config/general.h
6b1981
+++ b/src/config/general.h
6b1981
@@ -148,7 +148,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
6b1981
 //#define PCI_CMD		/* PCI commands */
6b1981
 //#define PARAM_CMD		/* Form parameter commands */
6b1981
 //#define NEIGHBOUR_CMD		/* Neighbour management commands */
6b1981
-//#define PING_CMD		/* Ping command */
6b1981
+#define PING_CMD		/* Ping command */
6b1981
 //#define CONSOLE_CMD		/* Console command */
6b1981
 //#define IPSTAT_CMD		/* IP statistics commands */
6b1981
 //#define PROFSTAT_CMD		/* Profiling commands */
6b1981
-- 
6b1981
2.27.0
6b1981