Hi, The commits are based on the Jon Maloy's "[PATCH net-next v7 0/4] tipc: neighbor monitoring etc"
The updates to iproute2 will be sent as a seperate series shortly. regards Partha Parthasarathy Bhuvaragan (5): tipc: introduce constants for tipc address validation tipc: make cluster size threshold for monitoring configurable tipc: get monitor threshold for the cluster tipc: add a function to get the bearer name tipc: dump monitor attributes include/uapi/linux/tipc.h | 30 ++++++- include/uapi/linux/tipc_netlink.h | 37 +++++++++ net/tipc/addr.h | 5 +- net/tipc/bearer.c | 25 +++++- net/tipc/bearer.h | 1 + net/tipc/monitor.c | 152 +++++++++++++++++++++++++++++++++++ net/tipc/monitor.h | 9 +++ net/tipc/netlink.c | 27 ++++++- net/tipc/netlink.h | 1 + net/tipc/node.c | 165 ++++++++++++++++++++++++++++++++++++++ net/tipc/node.h | 5 ++ 11 files changed, 445 insertions(+), 12 deletions(-) -- 2.1.4 ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
