diff options
| author | sfeldma@cumulusnetworks.com <sfeldma@cumulusnetworks.com> | 2014-01-03 17:18:49 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-01-03 21:03:21 -0500 |
| commit | ec029fac3e96980fa8f6f81b8327787a9600dfaa (patch) | |
| tree | 81313ab42dfee3f1795dd250aa94217f73543939 /include/uapi/linux | |
| parent | 998e40bbf8f0e10b5d84107afc61e29dbc8d2de4 (diff) | |
bonding: add ad_select attribute netlink support
Add IFLA_BOND_AD_SELECT to allow get/set of bonding parameter
ad_select via netlink.
Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if_link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 0f8f38f965cb..0fbb01824dd3 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h | |||
| @@ -350,6 +350,7 @@ enum { | |||
| 350 | IFLA_BOND_LP_INTERVAL, | 350 | IFLA_BOND_LP_INTERVAL, |
| 351 | IFLA_BOND_PACKETS_PER_SLAVE, | 351 | IFLA_BOND_PACKETS_PER_SLAVE, |
| 352 | IFLA_BOND_AD_LACP_RATE, | 352 | IFLA_BOND_AD_LACP_RATE, |
| 353 | IFLA_BOND_AD_SELECT, | ||
| 353 | __IFLA_BOND_MAX, | 354 | __IFLA_BOND_MAX, |
| 354 | }; | 355 | }; |
| 355 | 356 | ||
