diff options
author | Masanari Iida <standby24x7@gmail.com> | 2018-07-13 01:05:17 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-16 13:32:12 -0700 |
commit | 9f80a0723bf0401da63b75709a0e3f31cd4b9446 (patch) | |
tree | 2f8f301693811e9a68a5f12b2c37b1a71fcc29ba /Documentation/networking | |
parent | 32da12216e467dea70a09cd7094c30779ce0f9db (diff) | |
download | linux-9f80a0723bf0401da63b75709a0e3f31cd4b9446.tar.bz2 |
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/networking')
-rw-r--r-- | Documentation/networking/bonding.txt | 2 |
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: To configure the interval between learning packet transmits: # echo 12 > /sys/class/net/bond0/bonding/lp_interval - NOTE: the lp_inteval is the number of seconds between instances where + NOTE: the lp_interval is the number of seconds between instances where the bonding driver sends learning packets to each slaves peer switch. The default interval is 1 second. |