From 46ff0ece0430e2040f8d19b94db6e11a347241e0 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 13 Sep 2021 15:59:00 -0600 Subject: [PATCH] Update README.md to note that network teaming is deprecated in RHEL 9. Signed-off-by: Brian Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2a9a5..b19c8d3 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ disabled (`autoneg: no`). #### `type: bridge`, `type: bond`, `type: team` The `bridge`, `bond`, `team` device types work similar. Note that `team` is not -supported in RHEL6 kernels. +supported in RHEL6 kernels, and has been deprecated in RHEL 9. For ports, the `port_type` and `controller` properties must be set. Note that ports should not have `ip` settings.