stats: add /if/<n>/<n>/state for lacp interface state 26/21126/10
authorSteven Luong <sluong@cisco.com>
Wed, 7 Aug 2019 19:20:22 +0000 (12:20 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 4 Sep 2019 19:52:48 +0000 (19:52 +0000)
commit0f09a828ad2dc53d4f1e69de536f3104eaccc4b0
treeb4d3fb43e1af7101f5e1b0855fcdb729789d0329
parent63882357549a39c7be4b23b48418b8febb5b0e12
stats: add /if/<n>/<n>/state for lacp interface state

Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/state

<bond-sw_if_index> is a vector of the bond sw_if_index
<slave-sw_if_index> is a vector of the slave sw_if_index
Content is the integer value of the lacp actor state. The state is actually
a bitfield as described in the lacp protocol spec.

Type: feature

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Ic6eca8ce2a1acd2d858e4e50b7eac1d000ea08e5
Signed-off-by: Ole Troan <ot@cisco.com>
src/vnet/bonding/cli.c
src/vnet/bonding/node.h
src/vpp/stats/stat_segment.c
src/vpp/stats/stat_segment.h