diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-05-12 18:00:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 18:00:46 +0300 |
| commit | bfc681807ab2eafe3bfcea55be148deaba29f298 (patch) | |
| tree | f712601131b83af535bdf5e1b3182cabc71daac0 /docs/configuration/nat | |
| parent | 936abf4cd220de6a55efbf1f555801f2878a0578 (diff) | |
| parent | 9968c956f3eb7f80839148cd0496f3780915e176 (diff) | |
| download | vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.tar.gz vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.zip | |
Merge pull request #1997 from vyos/claude/scan-typos-errors-VJZ5E
docs: fix typos across configuration, contributing, and vpp docs
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] |
