diff options
author | Nikolay Aleksandrov <nikolay@redhat.com> | 2014-01-22 14:53:34 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-22 15:38:43 -0800 |
commit | 0fff060877426f3faf6754c201e28cd5b34756c0 (patch) | |
tree | fa4c65b3091a5a8d244e1932c0ce27391aba4c84 /drivers/net/bonding/bond_options.h | |
parent | 388d3a6d4aa356b885bcd023c185060df9ea2484 (diff) | |
download | lwn-0fff060877426f3faf6754c201e28cd5b34756c0.tar.gz lwn-0fff060877426f3faf6754c201e28cd5b34756c0.zip |
bonding: convert use_carrier to use the new option API
This patch adds the necessary changes so use_carrier would use
the new bonding option API.
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_options.h')
-rw-r--r-- | drivers/net/bonding/bond_options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_options.h b/drivers/net/bonding/bond_options.h index 1de315cd3bb6..229f5c15a1a4 100644 --- a/drivers/net/bonding/bond_options.h +++ b/drivers/net/bonding/bond_options.h @@ -55,6 +55,7 @@ enum { BOND_OPT_MIIMON, BOND_OPT_PRIMARY, BOND_OPT_PRIMARY_RESELECT, + BOND_OPT_USE_CARRIER, BOND_OPT_LAST }; @@ -147,4 +148,6 @@ int bond_option_primary_set(struct bonding *bond, struct bond_opt_value *newval); int bond_option_primary_reselect_set(struct bonding *bond, struct bond_opt_value *newval); +int bond_option_use_carrier_set(struct bonding *bond, + struct bond_opt_value *newval); #endif /* _BOND_OPTIONS_H */ |