projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd5efe
)
DOC: lua: add "syslog" to Proxy.get_mode() output
author
Aurelien DARRAGON
<adarragon@haproxy.com>
Thu, 23 Nov 2023 15:12:23 +0000
(16:12 +0100)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Fri, 24 Nov 2023 15:27:55 +0000
(16:27 +0100)
Following previous commit: in this patch we add the "syslog" output as
possible return value for Proxy.get_mode() function since log backend
may now be enumerated from lua with 9a74a6c ("MAJOR: log: introduce log
backends")
doc/lua-api/index.rst
patch
|
blob
|
history
diff --git
a/doc/lua-api/index.rst
b/doc/lua-api/index.rst
index
fb39d33
..
e8df63e
100644
(file)
--- a/
doc/lua-api/index.rst
+++ b/
doc/lua-api/index.rst
@@
-1140,7
+1140,7
@@
Proxy class
:param class_proxy px: A :ref:`proxy_class` which indicates the manipulated
proxy.
- :returns: a string "tcp", "http" or "unknown"
+ :returns: a string "tcp", "http", "syslog" or "unknown"
.. js:function:: Proxy.get_srv_act(px)