summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-09-12 10:20:17 -0700
committerStephen Hemminger <stephen@networkplumber.org>2024-09-13 08:17:59 -0700
commit9ced13212ceb05c1334c5bfc6a144c97a6a9b362 (patch)
tree112a09b6bb5deaa1d25929fb11f423e7771dccb7
parentc70ccb476dcb90e14a5a5b90541943082d0dc0c5 (diff)
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@networkplumber.org>
-rw-r--r--man/man8/tc-ife.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/tc-ife.8 b/man/man8/tc-ife.8
index fd2df6c3..bca18d2b 100644
--- a/man/man8/tc-ife.8
+++ b/man/man8/tc-ife.8
@@ -120,8 +120,8 @@ 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
-send, and rewrite the destination MAC address to 02:15:15:15:15:15.
+the packet with ethertype 0xdead, add skb->mark to allowed list of meta
+datum to send, and rewrite the destination MAC address to 02:15:15:15:15:15.
.RS
.EX