Route counters in the stats segment 97/14897/3
authorNeale Ranns <nranns@cisco.com>
Fri, 7 Sep 2018 16:32:36 +0000 (09:32 -0700)
committerDamjan Marion <dmarion@me.com>
Thu, 20 Sep 2018 10:05:11 +0000 (10:05 +0000)
commit008dbe109ce2714be69ffb6549a0c0198a07f7d0
tree6a4a4d7fb7c884036a6c4a1cda6e866d7087eb4c
parentee2e58f6ea802437ed52cc3e4d59b89d92757135
Route counters in the stats segment

route ADD API changed to return the stats segment index to use to read the counters

Change-Id: I2ef41e01eaa2f9cfaa49d9c88968897793825925
Signed-off-by: Neale Ranns <nranns@cisco.com>
12 files changed:
src/vat/api_format.c
src/vnet/dpo/load_balance.c
src/vnet/fib/fib_entry.c
src/vnet/fib/fib_entry.h
src/vnet/fib/fib_table.c
src/vnet/fib/fib_table.h
src/vnet/ip/ip.api
src/vnet/ip/ip_api.c
src/vnet/mpls/mpls.api
src/vnet/mpls/mpls_api.c
test/test_mpls.py
test/vpp_ip_route.py