commit: bfaf7aac630894f0384b6e4c83c6517e915cd14b Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sun Nov 8 14:33:40 2015 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sun Nov 8 14:33:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=bfaf7aac
hsr: Missed $iface in variable names. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> doc/net.example.Linux.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 6059301..f65c03d 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -162,9 +162,9 @@ # # HSR: High-availability Seamless Redundancy #type_hsr0=hsr -#hsr_slave1=eth0 -#hsr_slave2=eth1 -#hsr_supervision=99 # Byte value +#hsr_slave1_hsr0=eth0 +#hsr_slave2_hsr0=eth1 +#hsr_supervision_hsr0=99 # Byte value #----------------------------------------------------------------------------- # WIRELESS (802.11 support)
