aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
authorFlavio Leitner <fleitner@redhat.com>2010-10-05 10:23:59 -0400
committerDavid S. Miller <davem@davemloft.net>2010-10-05 23:26:58 -0400
commitc2952c314b4fe61820ba8fd6c949eed636140d52 (patch)
treedd7ab927c7d344279e128f38d90387214cd06e13 /drivers/net/bonding/bonding.h
parente12b453904c54bbdc515778ff664d87a7f9473af (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.h2
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
141struct bond_parm_tbl { 142struct 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];