MINOR: sample: Add common TLV types as constants for fc_pp_tlv
authorAlexander Stephan <alexander.stephan@sap.com>
Wed, 16 Aug 2023 14:32:13 +0000 (16:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Aug 2023 13:32:02 +0000 (15:32 +0200)
commit2cc53ecc8f4dc89da728ca9766e65579b7b50419
treecfc46aac28fcc07a0542bebe475dde45b3e0e45e
parent0a4f6992e01293cbc1118fff9af74352af3fcfb7
MINOR: sample: Add common TLV types as constants for fc_pp_tlv

This patch adds common TLV types as specified in the PPv2 spec.
We will use the suffix of the type, e.g., PP2_TYPE_AUTHORITY becomes AUTHORITY.
doc/configuration.txt
src/connection.c