Re: [PATCH iproute2-next v2 2/2] bridge: vlan: fix compressvlans usage

2024-03-25 Thread Date Huang
Hi Stephen On 3/22/2024 11:41 PM, Stephen Hemminger wrote: On Fri, 22 Mar 2024 20:39:23 +0800 Date Huang wrote: diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index eeea4073..bb02bd27 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -22,6 +22,7 @@ bridge \- show / manipulate brid

[PATCH iproute2-next v3 0/2] bridge: vlan: fix compressvlans usage

2024-03-25 Thread Date Huang
Hi maintainers, In these two patches, I fixed `compressvlans` usage description. The usage said `-c` implied `-comressvlans`, but actually implied `-color`. In man page, `-compressvlans` was missing, and I added back with some description. Thanks, Date v3: changed the man page description in pa

[PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage

2024-03-25 Thread Date Huang
Add the missing 'compressvlans' to man page Signed-off-by: Date Huang --- v3: change man page desription man/man8/bridge.8 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index eeea4073..e614a221 100644 --- a/man/man8/bridge.8 +++ b/man/man8/brid

[PATCH iproute2-next v3 1/2] bridge: vlan: fix compressvlans usage

2024-03-25 Thread Date Huang
Fix the incorrect short opt for compressvlans and color in usage Signed-off-by: Date Huang --- bridge/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/bridge.c b/bridge/bridge.c index f4805092..ef592815 100644 --- a/bridge/bridge.c +++ b/bridge/bridge.c @@ -39,

Re: [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage

2024-03-25 Thread Denis Kirjanov
On 3/25/24 08:49, Date Huang wrote: > Add the missing 'compressvlans' to man page > > Signed-off-by: Date Huang > --- > v3: change man page desription s/desription/description/ > > man/man8/bridge.8 | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/man/man8/bridge.8 b/man/m