diff options
Diffstat (limited to 'docs/configuration/nat')
| -rw-r--r-- | docs/configuration/nat/nat44.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/nat/nat44.md b/docs/configuration/nat/nat44.md index 8b02477e..2e877106 100644 --- a/docs/configuration/nat/nat44.md +++ b/docs/configuration/nat/nat44.md @@ -298,8 +298,8 @@ randomly. When defining the translated address, called `backends`, a `weight` must be configured. This lets the user define load balance distribution according -to their needs. Them sum of all the weights defined for the backends should -be equal to 100. In oder words, the weight defined for the backend is the +to their needs. The sum of all the weights defined for the backends should +be equal to 100. In other words, the weight defined for the backend is the percentage of the connections that will receive such backend. ```{cfgcmd} set nat [source | destination] rule \<rule\> load-balance hash [source-address | destination-address | source-port | destination-port | random] |
