MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Apr 2018 12:43:00 +0000 (14:43 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Aug 2018 08:41:11 +0000 (10:41 +0200)
commita717b99284d00abe65730394e3ed2d7c37e0eb1a
treea7d1b6a506bbd15b5ac6e2b7bfd718f5b7ea6239
parent9c9ef03bf4877b69a8f85972afcacf0db6f609ae
MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol

For now, it is parsed but not used. Tests are done on it to check if the side
and the mode are compatible with the proxy's definition.
doc/configuration.txt
include/types/listener.h
src/cfgparse.c
src/listener.c