[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240912172226.13352-1-stephen@networkplumber.org>
Date: Thu, 12 Sep 2024 10:22:03 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH iproute] man: replace use of term whitelist
Avoid use of term whitelist because it propgates white == good
assumptions. Not really neede on the man page.
See: https://inclusivenaming.org/word-lists/tier-1/whitelist/
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
man/man8/tc-ife.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/tc-ife.8 b/man/man8/tc-ife.8
index fd2df6c3..7565c592 100644
--- a/man/man8/tc-ife.8
+++ b/man/man8/tc-ife.8
@@ -120,7 +120,7 @@ Match with skb mark of 17:
Configure the sending side to encode for the filters above. Use a destination
IP address of 192.168.122.237/24, then tag with skb mark of decimal 17. Encode
-the packaet with ethertype 0xdead, add skb->mark to whitelist of metadatum to
+the packaet with ethertype 0xdead, add skb->mark to allowed list of metadatum to
send, and rewrite the destination MAC address to 02:15:15:15:15:15.
.RS
--
2.45.2
Powered by blists - more mailing lists