Hi All,
I am trying to integrate echo_server.c with some changes in my box.After
deployment of this plugin i am getting below error.
*Failed: vppctl show cpu: clib_socket_init: connect (fd 3,
'/run/vpp/cli.sock'): Connection refused*
*what i have done is earlier i got an error message that file
Hi All,
I am trying to integrate echo_server.c with some changes in my box.After
deployment of this plugin i am getting below error.
*Failed: vppctl show cpu: clib_socket_init: connect (fd 3,
'/run/vpp/cli.sock'): Connection refused*
**
*what i have done is earlier i got an error message that f
Hi Nikhil,
There are a couple of things conflated here. First, the cli is vpp’s cli which
can be connected to through a socket. That’s the “/run/vpp/cli.sock” and it’s
created by vpp at startup so remove the one you’ve created.
The binary api also exposes a socket and you’ve configured it to u