]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: arg: Add support for ARGT_PBUF_FNUM arg type.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 25 Feb 2019 14:20:35 +0000 (15:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Feb 2019 15:27:05 +0000 (16:27 +0100)
commit3a463c92cff6783ff758ee9aef21d4c585676e58
treeb72f30a4db7abc4f54934c632038563cd6224506
parent3b7171668528c82b464a7d2f523ef4564fc7045f
MINOR: arg: Add support for ARGT_PBUF_FNUM arg type.

This new argument type is used to parse Protocol Buffers field number
with dotted notation (e.g: 1.2.3.4).
include/types/arg.h
include/types/protocol_buffers.h [new file with mode: 0644]
src/arg.c