netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Heise <mail@pheise.de>
To: stephen@networkplumber.org, netdev@vger.kernel.org
Cc: peter.heise@airbus.com
Subject: [PATCH iproute2] man: ip-link: Added HSR part
Date: Wed, 1 Jun 2016 09:43:15 +0200	[thread overview]
Message-ID: <20160601074315.GA34365@aircraft-controller> (raw)

Added HSR part to manpage as follow-up to last commit's
feedback.

Signed-off-by: Peter Heise <peter.heise@airbus.com>
---
 man/man8/ip-link.8.in | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index d3881e5..7aeb5f4 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -846,6 +846,39 @@ forces the underlying interface into promiscuous mode. Passing the
 using standard tools.
 .in -8
 
+.TP
+High-availability Seamless Redundancy (HSR) Support
+For a link of type
+.I HSR
+the following additional arguments are supported:
+
+.BI "ip link add link " DEVICE " name " NAME
+.BI type " hsr "
+.BI slave1 " SLAVE1-IF " slave2 " SLAVE2-IF "
+.BR " [ supervision " ADDR-BYTE "  ] "
+.BR " [ version  { " 0 " | " 1 " } ] "
+
+.in +8
+.sp
+.BR type " hsr "
+- specifies the link type to use, here HSR.
+
+.BI slave1 " SLAVE1-IF "
+- Specifies the physical device used for the first of the two ring ports.
+
+.BI slave2 " SLAVE2-IF "
+- Specifies the physical device used for the second of the two ring ports.
+
+.BR "supervision ADDR-BYTE "
+- The last byte of the multicast address used for HSR supervision frames. 
+Default option is "0", possible values 0-255.
+
+.BR "version { 0 | 1 }"
+- 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 
+2012 version.
+.in -8
+
 .SS ip link delete - delete virtual link
 
 .TP
-- 
2.7.4

             reply	other threads:[~2016-06-01  7:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01  7:43 Peter Heise [this message]
2016-06-08 15:33 ` [PATCH iproute2] man: ip-link: Added HSR part Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160601074315.GA34365@aircraft-controller \
    --to=mail@pheise.de \
    --cc=netdev@vger.kernel.org \
    --cc=peter.heise@airbus.com \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).