mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2025-02-20 11:10:43 +00:00
correct --protocol option for nl-cls-* utilities
Just in the help message. Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
df25df5857
commit
4ff512b054
@ -31,7 +31,7 @@ static void print_usage(void)
|
||||
" -d, --dev=DEV Network device the classifier should be attached to.\n"
|
||||
" -i, --id=ID ID of new classifier (default: auto-generated)\n"
|
||||
" -p, --parent=ID ID of parent { root | ingress | class-ID }\n"
|
||||
" --protocol=PROTO Protocol to match (default: all)\n"
|
||||
" --proto=PROTO Protocol to match (default: all)\n"
|
||||
" --prio=PRIO Priority (default: 0)\n"
|
||||
" --mtu=SIZE Overwrite MTU (default: MTU of network device)\n"
|
||||
" --mpu=SIZE Minimum packet size on the link (default: 0).\n"
|
||||
|
@ -32,7 +32,7 @@ static void print_usage(void)
|
||||
" -p, --parent=ID Identifier of parent qdisc/class.\n"
|
||||
" -i, --id=ID Identifier\n"
|
||||
" -k, --kind=NAME Kind of classifier (e.g. basic, u32, fw)\n"
|
||||
" --protocol=PROTO Protocol to match (default: all)\n"
|
||||
" --proto=PROTO Protocol to match (default: all)\n"
|
||||
" --prio=PRIO Priority (default: 0)\n"
|
||||
"\n"
|
||||
"EXAMPLE\n"
|
||||
|
@ -35,7 +35,7 @@ static void print_usage(void)
|
||||
" -p, --parent=ID Identifier of parent class.\n"
|
||||
" -i, --id=ID Identifier.\n"
|
||||
" -k, --kind=NAME Kind of classifier (e.g. basic, u32, fw)\n"
|
||||
" --protocol=PROTO Protocol to match (default: all)\n"
|
||||
" --proto=PROTO Protocol to match (default: all)\n"
|
||||
" --prio=PRIO Priority (default: 0)\n"
|
||||
"\n"
|
||||
"EXAMPLE\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user