diff options
author | Flavio Leitner <fleitner@redhat.com> | 2010-10-05 10:23:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-05 23:26:58 -0400 |
commit | c2952c314b4fe61820ba8fd6c949eed636140d52 (patch) | |
tree | dd7ab927c7d344279e128f38d90387214cd06e13 /drivers/net/bonding/bonding.h | |
parent | e12b453904c54bbdc515778ff664d87a7f9473af (diff) |
bonding: add retransmit membership reports tunable
Allow sysadmins to configure the number of multicast
membership report sent on a link failure event.
Signed-off-by: Flavio Leitner <fleitner@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 308ed10dca90..c15f21347486 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -136,6 +136,7 @@ struct bond_params { | |||
136 | __be32 arp_targets[BOND_MAX_ARP_TARGETS]; | 136 | __be32 arp_targets[BOND_MAX_ARP_TARGETS]; |
137 | int tx_queues; | 137 | int tx_queues; |
138 | int all_slaves_active; | 138 | int all_slaves_active; |
139 | int resend_igmp; | ||
139 | }; | 140 | }; |
140 | 141 | ||
141 | struct bond_parm_tbl { | 142 | struct bond_parm_tbl { |
@@ -202,6 +203,7 @@ struct bonding { | |||
202 | s8 send_grat_arp; | 203 | s8 send_grat_arp; |
203 | s8 send_unsol_na; | 204 | s8 send_unsol_na; |
204 | s8 setup_by_slave; | 205 | s8 setup_by_slave; |
206 | s8 igmp_retrans; | ||
205 | #ifdef CONFIG_PROC_FS | 207 | #ifdef CONFIG_PROC_FS |
206 | struct proc_dir_entry *proc_entry; | 208 | struct proc_dir_entry *proc_entry; |
207 | char proc_file_name[IFNAMSIZ]; | 209 | char proc_file_name[IFNAMSIZ]; |