fix typos in lbaas.rst

Change-Id: Ib8e535eb8ea2eaf3d58ed1d3e730b6f1fdbe4861
This commit is contained in:
wangjian 2018-09-14 14:25:21 +08:00 committed by Shachar Snapiri
parent 3574f6fa54
commit 4409e7920b
1 changed files with 3 additions and 2 deletions

View File

@ -291,7 +291,7 @@ This object represents the listening endpoint of a load balanced service.
+------------------+-----------------+-------------------------------------+
| enabled | Boolean | Is the listener enabled? |
+------------------+-----------------+-------------------------------------+
| conenction_limit | Integer | Max number of connections permitted |
| connection_limit | Integer | Max number of connections permitted |
+------------------+-----------------+-------------------------------------+
| tls | Embed<TLS> | Object needed to terminate HTTPS |
+------------------+-----------------+-------------------------------------+
@ -358,7 +358,8 @@ Packets from the same source IP will be directed to the same pool member.
+-----------+--------------------------+-----------------------------------+
Packets with the same 5-tuple will be directed to the same pool member. In the
case of ICMP, or protocls that do not have port numbers, 3-tuples will be used.
case of ICMP, or protocols that do not have port numbers, 3-tuples will be
used.
HTTP cookie session persistence: