diff options
| author | Richard Alpe <richard.alpe@ericsson.com> | 2014-11-20 04:29:09 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-11-21 15:01:30 -0500 |
| commit | 315c00bc9f2bd17f7ad7ed8119ca49b1125af507 (patch) | |
| tree | dfa45dd6c8ee275b7b708fb96838d48e492919c7 /include/uapi/linux | |
| parent | 35b9dd7607f049466a66427e58818b29aeae9ea7 (diff) | |
tipc: add bearer set to new netlink api
Add TIPC_NL_BEARER_SET command to the new tipc netlink API.
This command can set one or more link properties for a particular
bearer.
Netlink logical layout of bearer set message:
-> bearer
-> name
-> link properties
[ -> tolerance ]
[ -> priority ]
[ -> window ]
Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/tipc_netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tipc_netlink.h b/include/uapi/linux/tipc_netlink.h index 249ec7e9952c..f446fba6a0c7 100644 --- a/include/uapi/linux/tipc_netlink.h +++ b/include/uapi/linux/tipc_netlink.h | |||
| @@ -44,6 +44,7 @@ enum { | |||
| 44 | TIPC_NL_BEARER_DISABLE, | 44 | TIPC_NL_BEARER_DISABLE, |
| 45 | TIPC_NL_BEARER_ENABLE, | 45 | TIPC_NL_BEARER_ENABLE, |
| 46 | TIPC_NL_BEARER_GET, | 46 | TIPC_NL_BEARER_GET, |
| 47 | TIPC_NL_BEARER_SET, | ||
| 47 | 48 | ||
| 48 | __TIPC_NL_CMD_MAX, | 49 | __TIPC_NL_CMD_MAX, |
| 49 | TIPC_NL_CMD_MAX = __TIPC_NL_CMD_MAX - 1 | 50 | TIPC_NL_CMD_MAX = __TIPC_NL_CMD_MAX - 1 |
