diff options
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/scripts/list_api_changes.py | 2 | ||||
-rwxr-xr-x | extras/vpp_if_stats/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/scripts/list_api_changes.py b/extras/scripts/list_api_changes.py index 0c5db3c7b05..3a5cd3db127 100755 --- a/extras/scripts/list_api_changes.py +++ b/extras/scripts/list_api_changes.py @@ -2,7 +2,7 @@ import os, fnmatch, subprocess starttag = 'v19.01-rc0' -endtag = 'v19.01' +endtag = 'HEAD' emit_md = True apifiles = [] diff --git a/extras/vpp_if_stats/README.md b/extras/vpp_if_stats/README.md index 7185d6cb5b1..89d60c5255d 100755 --- a/extras/vpp_if_stats/README.md +++ b/extras/vpp_if_stats/README.md @@ -1,4 +1,4 @@ -# VPP interface stats client +# VPP interface stats client {#if_stats_client_doc} This is a source code and a binary of a 'thin client' to collect, aggregate and expose VPP interface stats through VPP stats socket API. |