diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2017-08-06 08:26:29 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-09-07 22:12:31 +0000 |
commit | 8a19f12a0cfe6d611f6e266931af691fb69a74ad (patch) | |
tree | bc47ff7146c235c1df17594f4529929cf25ab8b8 /src/uri.am | |
parent | 49d66f1f42cbc310e4fa0dc526b9fdb91d0ca220 (diff) |
Allow individual stats API and introduce stats.api
- want_interface_simple_stats
- want_interface_combined_stats
- want_ip4|6_fib|nbr_stats
Change-Id: I4e97461def508958b3e429c3fe8859b36fef2d18
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'src/uri.am')
-rw-r--r-- | src/uri.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uri.am b/src/uri.am index ae6feb6f35b..660f897dd71 100644 --- a/src/uri.am +++ b/src/uri.am @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2017 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -58,7 +58,7 @@ vcl_test_server_SOURCES = uri/vcl_test_server.c vcl_test_server_LDADD = libvppcom.la vcl_test_client_SOURCES = uri/vcl_test_client.c -vcl_test_client_LDADD = libvppcom.la +vcl_test_client_LDADD = libvppcom.la sock_test_server_SOURCES = uri/sock_test_server.c sock_test_client_SOURCES = uri/sock_test_client.c |