All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2-next v3 1/2] bridge: vlan: fix compressvlans usage
       [not found] <20240325054916.37470-1-tjjh89017@hotmail.com>
@ 2024-03-25  5:49 ` Date Huang
  2024-03-26 17:20   ` patchwork-bot+netdevbpf
  2024-03-25  5:49 ` [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage Date Huang
  1 sibling, 1 reply; 5+ messages in thread
From: Date Huang @ 2024-03-25  5:49 UTC (permalink / raw
  To: roopa, razor; +Cc: netdev, bridge, tjjh89017

Fix the incorrect short opt for compressvlans and color
in usage

Signed-off-by: Date Huang <tjjh89017@hotmail.com>
---
 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,7 +39,7 @@ static void usage(void)
 "where  OBJECT := { link | fdb | mdb | vlan | vni | monitor }\n"
 "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] |\n"
 "                    -o[neline] | -t[imestamp] | -n[etns] name |\n"
-"                    -c[ompressvlans] -color -p[retty] -j[son] }\n");
+"                    -com[pressvlans] -c[olor] -p[retty] -j[son] }\n");
 	exit(-1);
 }
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage
       [not found] <20240325054916.37470-1-tjjh89017@hotmail.com>
  2024-03-25  5:49 ` [PATCH iproute2-next v3 1/2] bridge: vlan: fix compressvlans usage Date Huang
@ 2024-03-25  5:49 ` Date Huang
  2024-03-25 13:04   ` Denis Kirjanov
  2024-03-28 21:07   ` Stephen Hemminger
  1 sibling, 2 replies; 5+ messages in thread
From: Date Huang @ 2024-03-25  5:49 UTC (permalink / raw
  To: roopa, razor; +Cc: netdev, bridge, tjjh89017

Add the missing 'compressvlans' to man page

Signed-off-by: Date Huang <tjjh89017@hotmail.com>
---
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/bridge.8
@@ -22,6 +22,7 @@ bridge \- show / manipulate bridge addresses and devices
 \fB\-s\fR[\fItatistics\fR] |
 \fB\-n\fR[\fIetns\fR] name |
 \fB\-b\fR[\fIatch\fR] filename |
+\fB\-com\fR[\fIpressvlans\fR] |
 \fB\-c\fR[\fIolor\fR] |
 \fB\-p\fR[\fIretty\fR] |
 \fB\-j\fR[\fIson\fR] |
@@ -345,6 +346,12 @@ Don't terminate bridge command on errors in batch mode.
 If there were any errors during execution of the commands, the application
 return code will be non zero.
 
+.TP
+.BR "\-com", " \-compressvlans"
+Show a compressed VLAN list of continuous VLAN IDs as ranges.
+All VLANs in a range have identical configuration.
+Default is off (show each VLAN separately).
+
 .TP
 .BR \-c [ color ][ = { always | auto | never }
 Configure color output. If parameter is omitted or
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage
  2024-03-25  5:49 ` [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage Date Huang
@ 2024-03-25 13:04   ` Denis Kirjanov
  2024-03-28 21:07   ` Stephen Hemminger
  1 sibling, 0 replies; 5+ messages in thread
From: Denis Kirjanov @ 2024-03-25 13:04 UTC (permalink / raw
  To: Date Huang, roopa, razor; +Cc: netdev, bridge



On 3/25/24 08:49, Date Huang wrote:
> Add the missing 'compressvlans' to man page
> 
> Signed-off-by: Date Huang <tjjh89017@hotmail.com>
> ---
> 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/man8/bridge.8
> index eeea4073..e614a221 100644
> --- a/man/man8/bridge.8
> +++ b/man/man8/bridge.8
> @@ -22,6 +22,7 @@ bridge \- show / manipulate bridge addresses and devices
>  \fB\-s\fR[\fItatistics\fR] |
>  \fB\-n\fR[\fIetns\fR] name |
>  \fB\-b\fR[\fIatch\fR] filename |
> +\fB\-com\fR[\fIpressvlans\fR] |
>  \fB\-c\fR[\fIolor\fR] |
>  \fB\-p\fR[\fIretty\fR] |
>  \fB\-j\fR[\fIson\fR] |
> @@ -345,6 +346,12 @@ Don't terminate bridge command on errors in batch mode.
>  If there were any errors during execution of the commands, the application
>  return code will be non zero.
>  
> +.TP
> +.BR "\-com", " \-compressvlans"
> +Show a compressed VLAN list of continuous VLAN IDs as ranges.
> +All VLANs in a range have identical configuration.
> +Default is off (show each VLAN separately).
> +
>  .TP
>  .BR \-c [ color ][ = { always | auto | never }
>  Configure color output. If parameter is omitted or

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH iproute2-next v3 1/2] bridge: vlan: fix compressvlans usage
  2024-03-25  5:49 ` [PATCH iproute2-next v3 1/2] bridge: vlan: fix compressvlans usage Date Huang
@ 2024-03-26 17:20   ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-03-26 17:20 UTC (permalink / raw
  To: Date Huang; +Cc: roopa, razor, netdev, bridge

Hello:

This series was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Mon, 25 Mar 2024 13:49:15 +0800 you wrote:
> Fix the incorrect short opt for compressvlans and color
> in usage
> 
> Signed-off-by: Date Huang <tjjh89017@hotmail.com>
> ---
>  bridge/bridge.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [iproute2-next,v3,1/2] bridge: vlan: fix compressvlans usage
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=43b53968634e
  - [iproute2-next,v3,2/2] bridge: vlan: add compressvlans manpage
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage
  2024-03-25  5:49 ` [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage Date Huang
  2024-03-25 13:04   ` Denis Kirjanov
@ 2024-03-28 21:07   ` Stephen Hemminger
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2024-03-28 21:07 UTC (permalink / raw
  To: Date Huang; +Cc: roopa, razor, netdev, bridge

On Mon, 25 Mar 2024 13:49:16 +0800
Date Huang <tjjh89017@hotmail.com> wrote:

> Add the missing 'compressvlans' to man page
> 
> Signed-off-by: Date Huang <tjjh89017@hotmail.com>
> ---

Marked this as superseded since your previous man page patch is already merged
in iproute2 (not next). If you want to update that send another patch.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-28 21:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20240325054916.37470-1-tjjh89017@hotmail.com>
2024-03-25  5:49 ` [PATCH iproute2-next v3 1/2] bridge: vlan: fix compressvlans usage Date Huang
2024-03-26 17:20   ` patchwork-bot+netdevbpf
2024-03-25  5:49 ` [PATCH iproute2-next v3 2/2] bridge: vlan: add compressvlans manpage Date Huang
2024-03-25 13:04   ` Denis Kirjanov
2024-03-28 21:07   ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.