]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stktable: add stkey_to_smp() helper
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 30 Dec 2024 18:26:44 +0000 (19:26 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 9 Jan 2025 09:56:50 +0000 (10:56 +0100)
commitdf9c2ef2c33d0fc732ed6a1adbc8cd51b792ac74
tree9f997496eee555b2d23557406246f32bff64097f
parentb59d1fd911045c37b3fc88795a1f2c1947e6e59d
MINOR: stktable: add stkey_to_smp() helper

reverse operation for smp_to_stkey(): fills input <smp> from a
stktable_key struct.

Returns 1 on success and 0 on failure.
src/stick_table.c