]> git.proxmox.com Git - mirror_iproute2.git/commit
tipc: add link monitor set threshold
authorParthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com>
Mon, 12 Sep 2016 15:17:16 +0000 (17:17 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 20 Sep 2016 16:13:09 +0000 (09:13 -0700)
commitb33a69005ec98e4555726476ff9abc0f19a58546
tree353a8394e6fe8272f63ee885120be695e15c6ec1
parent5f944e47ea3ec458a1545ca26a42755dca18a9d3
tipc: add link monitor set threshold

The command sets the activation threshold for the new
cluster ring supervision.
A sample usage is shown below:
$ tipc link monitor set threshold 4

$ tipc link monitor set -h
Usage: tipc monitor set PPROPERTY

PROPERTIES
 threshold SIZE - Set activation threshold for monitor

Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Tested-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com>
tipc/link.c