From 4bcc50eebd0baae9bc4bd0ba8ae639e17a349db7 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Fri, 26 Aug 2022 13:33:22 -0500 Subject: [PATCH] Add note * document is tested for 8.6 and is known to **not** to work for 9.0 * added 8.6 to the tested with meta --- docs/guides/network/basic_network_configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/network/basic_network_configuration.md b/docs/guides/network/basic_network_configuration.md index 1d7a5f0d3b..6892632831 100644 --- a/docs/guides/network/basic_network_configuration.md +++ b/docs/guides/network/basic_network_configuration.md @@ -2,7 +2,7 @@ title: Networking Configuration author: unknown contributors: Steven Spencer, Hayden Young -tested with: 8.5 +tested with: 8.5, 8.6 tags: - networking - configuration @@ -11,6 +11,10 @@ tags: # Networking configuration +!!! attention "Document tested for Rocky Linux 8.6" + + Please note that due to changes in the network stack upstream, many parts of this document will **not** work or be accurate for Rocky Linux 9.0. We will be working on a version of this document for Rocky Linux 9.0, or will modify this document for 9.0 as soon as possible. + ## Prerequisites * A certain amount of comfort operating from the command line