From 6595ff7f88be45d4c3f4dae09f7253b8b4ed26af Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Wed, 7 Aug 2019 13:41:39 +0200 Subject: api: api socket respect unix runtime directory socksvr {} should respect the unix runtime directory. Default is now /run/vpp/api.sock The 'default' keyword is deprecated. The user is responsible for creating directories outside of the unix runtime directory. Not yet done: Exit VPP when socket cannot be opened. (currently only process exits). Type: fix Signed-off-by: Ole Troan Change-Id: I6dd66ed58a3d7e02674dfa16d72c1d7bba07b79e --- docs/gettingstarted/users/configuring/startup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/gettingstarted') diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst index 77f12b24e3e..df96ff7ae2e 100644 --- a/docs/gettingstarted/users/configuring/startup.rst +++ b/docs/gettingstarted/users/configuring/startup.rst @@ -1377,10 +1377,10 @@ If not set, API server doesn't run. * **socket-name ** Configure API socket filename. - **Example:** socket-name /run/vpp/vpp-api.sock + **Example:** socket-name /run/vpp/api.sock * **default** - Use the default API socket (/run/vpp-api.sock). + Use the default API socket (/run/api.sock). **Example:** default -- cgit 1.2.3-korg