diff mbox series

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

Message ID MAZP287MB0503FE53735FD12BD753C328E4362@MAZP287MB0503.INDP287.PROD.OUTLOOK.COM (mailing list archive)
State Superseded
Delegated to: Stephen Hemminger
Headers show
Series [iproute2-next,v3,1/2] bridge: vlan: fix compressvlans usage | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Date Huang March 25, 2024, 5:49 a.m. UTC
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(+)

Comments

Denis Kirjanov March 25, 2024, 1:04 p.m. UTC | #1
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
Stephen Hemminger March 28, 2024, 9:07 p.m. UTC | #2
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.
diff mbox series

Patch

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