* [PATCH iproute] man: replace use of term whitelist
@ 2024-09-12 17:22 Stephen Hemminger
2024-09-12 17:30 ` Asbjørn Sloth Tønnesen
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2024-09-12 17:22 UTC (permalink / raw)
To: netdev; +Cc: Stephen Hemminger
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute] man: replace use of term whitelist
2024-09-12 17:22 [PATCH iproute] man: replace use of term whitelist Stephen Hemminger
@ 2024-09-12 17:30 ` Asbjørn Sloth Tønnesen
0 siblings, 0 replies; 2+ messages in thread
From: Asbjørn Sloth Tønnesen @ 2024-09-12 17:30 UTC (permalink / raw)
To: Stephen Hemminger, netdev
Hi Stephen,
On 9/12/24 5:22 PM, Stephen Hemminger wrote:
> 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>
> ---
> 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
Might as well retire "packaet" while at it.
> send, and rewrite the destination MAC address to 02:15:15:15:15:15.
>
> .RS
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-12 17:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 17:22 [PATCH iproute] man: replace use of term whitelist Stephen Hemminger
2024-09-12 17:30 ` Asbjørn Sloth Tønnesen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox