Blame SOURCES/ipxe-Add-VLAN-tagging-support.patch

6b1981
From 2a9170ed88dc55d601a70d34f2d93157dc30e307 Mon Sep 17 00:00:00 2001
6b1981
From: Miroslav Rezanina <mrezanin@redhat.com>
6b1981
Date: Mon, 2 Aug 2021 08:33:47 -0400
6b1981
Subject: [PATCH 2/5] Add VLAN tagging support
6b1981
6b1981
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
6b1981
RH-MergeRequest: 6: Forwardport  missing RHEL 8 downsteream changes
6b1981
RH-Commit: [2/5] 3359f0d96c8743abefdf1b81857c84f4e7312f9d (mrezanin/centos-src-ipxe)
6b1981
RH-Bugzilla: 1985658
6b1981
6b1981
RHEL 8 added support for VLAN tagging. We need to add it to RHEL 9
6b1981
so we are not regressing.
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 5adf6a35..a6df71b5 100644
6b1981
--- a/src/config/general.h
6b1981
+++ b/src/config/general.h
6b1981
@@ -140,7 +140,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
6b1981
 //#define TIME_CMD		/* Time commands */
6b1981
 //#define DIGEST_CMD		/* Image crypto digest commands */
6b1981
 //#define LOTEST_CMD		/* Loopback testing commands */
6b1981
-//#define VLAN_CMD		/* VLAN commands */
6b1981
+#define VLAN_CMD		/* VLAN commands */
6b1981
 //#define PXE_CMD		/* PXE commands */
6b1981
 //#define REBOOT_CMD		/* Reboot command */
6b1981
 //#define POWEROFF_CMD		/* Power off command */
6b1981
-- 
6b1981
2.27.0
6b1981