diff options
Diffstat (limited to 'adapter/statsclient/statsclient.go')
-rw-r--r-- | adapter/statsclient/statsclient.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/statsclient/statsclient.go b/adapter/statsclient/statsclient.go index f3be4e0..9c1c334 100644 --- a/adapter/statsclient/statsclient.go +++ b/adapter/statsclient/statsclient.go @@ -43,7 +43,7 @@ const socketMissing = ` To enable it add following section to your VPP config: statseg { - default + socket-name /run/vpp/stats.sock } ------------------------------------------------------------ ` |