Maintainer: Paul Borile, Massimiliano Bellomi <wurfl-haproxy-support@scientiamobile.com>
Files: addons/wurfl, doc/WURFL-device-detection.txt
-SPOE (deprecated)
+SPOE
Maintainer: Christopher Faulet <cfaulet@haproxy.com>
Files: src/flt_spoe.c, include/haproxy/spoe*.h, doc/SPOE.txt
Contact : cfaulet at haproxy dot com
-
- WARNING: The SPOE is now deprecated and will be removed in future version.
-
-
SUMMARY
--------
sc-inc-gpc1 X X X X X X X
sc-set-gpt X X X X X X X
sc-set-gpt0 X X X X X X X
-send-spoe-group (deprecated) - - X X X X -
+send-spoe-group - - X X X X -
set-bandwidth-limit - - X X X X -
set-bc-mark - - X - X - -
set-bc-tos - - X - X - -
See also the "sc-set-gpt" action.
-send-spoe-group <engine-name> <group-name> (deprecated)
+send-spoe-group <engine-name> <group-name>
Usable in: TCP RqCon| RqSes| RqCnt| RsCnt| HTTP Req| Res| Aft
- | - | X | X | X | X | -
For all information about the SPOE configuration and the SPOP specification, see
"doc/SPOE.txt".
-WARNING: The SPOE filter is now deprecated. Use 'expose-deprecated-directives'
- to silent warnings if you must use it.
-
9.4. Cache
----------
feature ignore_unknown_macro
haproxy h1 -conf-BAD {} {
- global
-.if version_atleast(3.0-dev6)
- expose-deprecated-directives
-.endif
-
defaults
timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
curpxopts = 0;
curpxopts2 = 0;
-
- if (!deprecated_directives_allowed)
- ha_warning("Proxy %s: SPOE filter is deprecated and will be removed in future version. "
- "Use 'expose-deprecated-directives' in global section to silent this warning\n", px->id);
-
conf = calloc(1, sizeof(*conf));
if (conf == NULL) {
memprintf(err, "%s: out of memory", args[*cur_arg]);