diff options
author | Ole Troan <ot@cisco.com> | 2019-08-07 13:41:39 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-08-08 11:23:31 +0000 |
commit | 6595ff7f88be45d4c3f4dae09f7253b8b4ed26af (patch) | |
tree | 1e443929216b11edf0252c1079537d295127ea19 /docs | |
parent | b3392334942ed5459edfa7f11e098f4eab3aa29a (diff) |
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 <ot@cisco.com>
Change-Id: I6dd66ed58a3d7e02674dfa16d72c1d7bba07b79e
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gettingstarted/users/configuring/startup.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 <filename>** 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 |