mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
tipc: add peer removal functionality
Add TIPC_NL_PEER_REMOVE netlink command. This command can remove an offline peer node from the internal data structures. This will be supported by the tipc user space tool in iproute2. Signed-off-by: Richard Alpe <richard.alpe@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>
This commit is contained in:
parent
36a6503fed
commit
b34040227b
5 changed files with 72 additions and 0 deletions
|
@ -77,6 +77,7 @@ int tipc_nl_node_dump_link(struct sk_buff *skb, struct netlink_callback *cb);
|
|||
int tipc_nl_node_reset_link_stats(struct sk_buff *skb, struct genl_info *info);
|
||||
int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info);
|
||||
int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info);
|
||||
int tipc_nl_peer_rm(struct sk_buff *skb, struct genl_info *info);
|
||||
|
||||
int tipc_nl_node_set_monitor(struct sk_buff *skb, struct genl_info *info);
|
||||
int tipc_nl_node_get_monitor(struct sk_buff *skb, struct genl_info *info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue