diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-08 06:29:50 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-08 06:29:50 -0800 |
commit | 2ce8b833812e5db9de7cf1543dd6499b4077db21 (patch) | |
tree | 48d7d95ba7e056029415e0f6648730042f1ec7cb /doc | |
parent | New interface type: dummy. (diff) | |
download | netifrc-2ce8b833812e5db9de7cf1543dd6499b4077db21.tar.gz netifrc-2ce8b833812e5db9de7cf1543dd6499b4077db21.tar.bz2 netifrc-2ce8b833812e5db9de7cf1543dd6499b4077db21.zip |
New interace type: HSR.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 1eaebac..6059301 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -159,6 +159,12 @@ # # Dummy network interface: #type_dummy0=dummy +# +# HSR: High-availability Seamless Redundancy +#type_hsr0=hsr +#hsr_slave1=eth0 +#hsr_slave2=eth1 +#hsr_supervision=99 # Byte value #----------------------------------------------------------------------------- # WIRELESS (802.11 support) |