Message ID | 20240912172226.13352-1-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | [iproute] man: replace use of term whitelist | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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
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
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(-)