diff options
Diffstat (limited to 'Documentation/networking/bonding.txt')
| -rw-r--r-- | Documentation/networking/bonding.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt index 87bbcfee2e06..9b28e714831a 100644 --- a/Documentation/networking/bonding.txt +++ b/Documentation/networking/bonding.txt | |||
| @@ -1362,6 +1362,12 @@ To add ARP targets: | |||
| 1362 | To remove an ARP target: | 1362 | To remove an ARP target: |
| 1363 | # echo -192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target | 1363 | # echo -192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target |
| 1364 | 1364 | ||
| 1365 | To configure the interval between learning packet transmits: | ||
| 1366 | # echo 12 > /sys/class/net/bond0/bonding/lp_interval | ||
| 1367 | NOTE: the lp_inteval is the number of seconds between instances where | ||
| 1368 | the bonding driver sends learning packets to each slaves peer switch. The | ||
| 1369 | default interval is 1 second. | ||
| 1370 | |||
| 1365 | Example Configuration | 1371 | Example Configuration |
| 1366 | --------------------- | 1372 | --------------------- |
| 1367 | We begin with the same example that is shown in section 3.3, | 1373 | We begin with the same example that is shown in section 3.3, |
