From 8cd7a6b9d7ed49da5c2bceb6a5095bd83695b398 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 8 Sep 2020 10:53:49 -0700 Subject: [PATCH] Update protocol combination api-ref for PROXYV2 A previous patch[1] forgot to update the api-ref protocol combination tables for the PROXYV2 pools. This patch corrects that oversight. [1] https://review.opendev.org/747801 Change-Id: I84025c5d1d3091c408416fb78b92ae0a7a89b74e --- api-ref/source/v2/general.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-ref/source/v2/general.inc b/api-ref/source/v2/general.inc index 7781eb07e2..4facc3d86e 100644 --- a/api-ref/source/v2/general.inc +++ b/api-ref/source/v2/general.inc @@ -604,6 +604,8 @@ Valid protocol combinations +-------------+-------+--------+-------+------+-------------------+------+ | PROXY | |2Y| | |2Y| | |2N| | |1Y| | |8Y| | |1N| | +-------------+-------+--------+-------+------+-------------------+------+ +| PROXYV2 | |2Y| | |2Y| | |2N| | |1Y| | |8Y| | |1N| | ++-------------+-------+--------+-------+------+-------------------+------+ | SCTP | |2N| | |2N| | |2Y| | |1N| | |8N| | |1N| | +-------------+-------+--------+-------+------+-------------------+------+ | TCP | |2N| | |2Y| | |2N| | |1Y| | |8N| | |1N| | @@ -652,6 +654,8 @@ Valid protocol combinations +-------------------+-------+--------+-------+-------+------+------------+---------------+ | PROXY | |2Y| | |2Y| | |1Y| | |1N| | |1Y| | |4Y| | |5N| | +-------------------+-------+--------+-------+-------+------+------------+---------------+ +| PROXYV2 | |2Y| | |2Y| | |1Y| | |1N| | |1Y| | |4Y| | |5N| | ++-------------------+-------+--------+-------+-------+------+------------+---------------+ | SCTP | |2Y| | |2N| | |1N| | |1Y| | |1Y| | |4N| | |5Y| | +-------------------+-------+--------+-------+-------+------+------------+---------------+ | TCP | |2Y| | |2Y| | |1Y| | |1N| | |1Y| | |4Y| | |5N| |