]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: Rename set_{tos, mark} to set_fc_{tos, mark}
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 15 Jan 2024 15:33:04 +0000 (16:33 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 1 Feb 2024 09:58:30 +0000 (10:58 +0100)
commit03cb782bcb569e7e085e4736acf89c1e4289f42a
tree57c2393dea673c4dc7de2a8236bb3a7e4101942a
parentacf6383076ab0845fb560e103758f00c05e7a23e
MINOR: hlua: Rename set_{tos, mark} to set_fc_{tos, mark}

This is a complementary patch to "MINOR: tcp-act: Rename "set-{mark,tos}"
to "set-fc-{mark,tos}"", but for the Lua API.

set_mark and set_tos were kept as aliases for set_fc_mark and set_fc_tos
but they were marked as deprecated.

Using this opportunity to reorder set_mark and set_tos by alphabetical
order.
doc/lua-api/index.rst
src/hlua.c