diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-19 10:11:12 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-19 10:14:04 -0700 |
commit | a6c76fb426877a1dc516a81c2278aa94da2a9604 (patch) | |
tree | a031c5a9e1dc6f1bbb9cd8ecdf3678a60d590807 | |
parent | Makefile.inc: crank to 0.7.4 (diff) | |
download | netifrc-a6c76fb426877a1dc516a81c2278aa94da2a9604.tar.gz netifrc-a6c76fb426877a1dc516a81c2278aa94da2a9604.tar.bz2 netifrc-a6c76fb426877a1dc516a81c2278aa94da2a9604.zip |
doc/net.example.Linux.in: add hsr examples
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index e59ce52..42b8071 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -193,6 +193,8 @@ #hsr_slave1_hsr0=eth0 #hsr_slave2_hsr0=eth1 #hsr_supervision_hsr0=99 # Byte value +#hsr_version_hsr0=1 # 0=2010 spec, 1=2012 spec +#hsr_proto_hsr0=1 # 0=HSR standard, 1=Parallel Redundancy Protocol (PRP) #----------------------------------------------------------------------------- # WIRELESS (802.11 support) |