From 760f6c2329f9c0247b265d1a69c02a2feebfafd5 Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Fri, 4 Sep 2020 09:48:30 +0200 Subject: Update VPP config warnings and change log level in proxy Change-Id: I8f965a0758c4b7459f27a46c095dad232e331032 Signed-off-by: Ondrej Fabry --- adapter/socketclient/socketclient.go | 2 +- adapter/statsclient/statsclient.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'adapter') diff --git a/adapter/socketclient/socketclient.go b/adapter/socketclient/socketclient.go index 637bd69..4ee319b 100644 --- a/adapter/socketclient/socketclient.go +++ b/adapter/socketclient/socketclient.go @@ -83,7 +83,7 @@ const socketMissing = ` To enable it add following section to your VPP config: socksvr { - default + socket-name /run/vpp/api.sock } ------------------------------------------------------------ ` 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 } ------------------------------------------------------------ ` -- cgit 1.2.3-korg