diff --git a/doc/source/specs/lbaas2.rst b/doc/source/specs/lbaas2.rst index 2316c2e94..f008611c1 100644 --- a/doc/source/specs/lbaas2.rst +++ b/doc/source/specs/lbaas2.rst @@ -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 | 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: