]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Add a function to validate a version is supported
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 22 Jul 2024 16:55:28 +0000 (18:55 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Jul 2024 12:19:10 +0000 (14:19 +0200)
commitf8fed07d3af0df9692adb855b11e1f6cf2ca605a
tree05b4f0d5dc48354fb2695e49d60e3be1c9cc3264
parent735e4aecfcf34ec46c3143bfad9a123466fd8296
MINOR: spoe: Add a function to validate a version is supported

spoe_check_vsn() function can now be used to check if a version, converted
to an integer, via spoe_str_to_vsn() for instance, is supported. To do so,
the list of all supported version is now exported.
include/haproxy/spoe-t.h
include/haproxy/spoe.h
src/mux_spop.c