summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2018-07-12 12:05:17 -0400
committerDavid S. Miller <davem@davemloft.net>2018-07-16 16:32:12 -0400
commit9f80a0723bf0401da63b75709a0e3f31cd4b9446 (patch)
tree2f8f301693811e9a68a5f12b2c37b1a71fcc29ba /Documentation
parent32da12216e467dea70a09cd7094c30779ce0f9db (diff)
bonding: Fix a typo in bonding.txt
This patch fixes a spelling typo in bonding.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/bonding.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt
index c13214d073a4..d3e5dd26db12 100644
--- a/Documentation/networking/bonding.txt
+++ b/Documentation/networking/bonding.txt
@@ -1490,7 +1490,7 @@ To remove an ARP target:
1490 1490
1491To configure the interval between learning packet transmits: 1491To configure the interval between learning packet transmits:
1492# echo 12 > /sys/class/net/bond0/bonding/lp_interval 1492# echo 12 > /sys/class/net/bond0/bonding/lp_interval
1493 NOTE: the lp_inteval is the number of seconds between instances where 1493 NOTE: the lp_interval is the number of seconds between instances where
1494the bonding driver sends learning packets to each slaves peer switch. The 1494the bonding driver sends learning packets to each slaves peer switch. The
1495default interval is 1 second. 1495default interval is 1 second.
1496 1496