bonding: convert resend_igmp to use the new option API
[firefly-linux-kernel-4.4.55.git] / drivers / net / bonding / bond_options.h
index 09ee8c8bb19bd7f03e7c0684cf105ca35c68068d..f0c2cbb0347890e22d068ca2bfa3b066ddaf7384 100644 (file)
@@ -59,6 +59,7 @@ enum {
        BOND_OPT_ACTIVE_SLAVE,
        BOND_OPT_QUEUE_ID,
        BOND_OPT_ALL_SLAVES_ACTIVE,
+       BOND_OPT_RESEND_IGMP,
        BOND_OPT_LAST
 };
 
@@ -159,4 +160,6 @@ int bond_option_queue_id_set(struct bonding *bond,
                             struct bond_opt_value *newval);
 int bond_option_all_slaves_active_set(struct bonding *bond,
                                      struct bond_opt_value *newval);
+int bond_option_resend_igmp_set(struct bonding *bond,
+                               struct bond_opt_value *newval);
 #endif /* _BOND_OPTIONS_H */