IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Please notice that HSR and PRP interface are represented by the same
driver [1]. In order to decide the protocol to be used by the HSR
interface the protocol field was added. By default, the protocol used is
HSR. Please, note that supervision-address property is read-only.
Example:
```
---
interfaces:
- name: hsr0
type: hsr
state: up
hsr:
port1: eth1
port2: eth2
multicast-spec: 40
protocol: prp
```
[1] https://lwn.net/Articles/826386/
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>