ip: iplink: prp: update man page for new parameter

PRP support requires a proto parameter which is 0 for hsr and 1 for
prp. Default is hsr and is backward compatible.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Murali Karicheri 2020-08-17 17:17:37 -04:00 committed by Stephen Hemminger
parent 68f027724b
commit ea6aeeb90c
1 changed files with 8 additions and 1 deletions

View File

@ -1404,7 +1404,8 @@ the following additional arguments are supported:
.BI slave1 " SLAVE1-IF " slave2 " SLAVE2-IF " .BI slave1 " SLAVE1-IF " slave2 " SLAVE2-IF "
.RB [ " supervision" .RB [ " supervision"
.IR ADDR-BYTE " ] [" .IR ADDR-BYTE " ] ["
.BR version " { " 0 " | " 1 " } ]" .BR version " { " 0 " | " 1 " } ["
.BR proto " { " 0 " | " 1 " } ]"
.in +8 .in +8
.sp .sp
@ -1425,6 +1426,12 @@ Default option is "0", possible values 0-255.
- Selects the protocol version of the interface. Default option is "0", which - Selects the protocol version of the interface. Default option is "0", which
corresponds to the 2010 version of the HSR standard. Option "1" activates the corresponds to the 2010 version of the HSR standard. Option "1" activates the
2012 version. 2012 version.
.BR proto " { " 0 " | " 1 " }"
- Selects the protocol at the interface. Default option is "0", which
corresponds to the HSR standard. Option "1" activates the Parallel
Redundancy Protocol (PRP).
.
.in -8 .in -8
.TP .TP