diff options
author | Daniel Bodnar <daniel.bodnar@gmail.com> | 2021-04-18 15:11:15 -0500 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-06-29 11:22:05 +0200 |
commit | 3daf2bde4045002b565bedd2b119d5e70ece1916 (patch) | |
tree | 6442263daaa15a41201e914ffa5ed0458fd7b10c /docs/configexamples | |
parent | 88f9c73fd630025d6f1302c071b917946d2b2c22 (diff) | |
download | vyos-documentation-3daf2bde4045002b565bedd2b119d5e70ece1916.tar.gz vyos-documentation-3daf2bde4045002b565bedd2b119d5e70ece1916.zip |
configexamples: minor spelling fix ✔️
Added missing "h" to "through".
(cherry picked from commit feb41cea6ff056e37221209c8e753c00bfe0e63a)
Diffstat (limited to 'docs/configexamples')
-rw-r--r-- | docs/configexamples/wan-load-balancing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configexamples/wan-load-balancing.rst b/docs/configexamples/wan-load-balancing.rst index 07974166..f26f3ce6 100644 --- a/docs/configexamples/wan-load-balancing.rst +++ b/docs/configexamples/wan-load-balancing.rst @@ -19,7 +19,7 @@ The setup used in this example is shown in the following diagram: Overview ^^^^^^^^ - * All traffic coming in trough eth2 is balanced between eth0 and eth1 + * All traffic coming in through eth2 is balanced between eth0 and eth1 on the router. * Pings will be sent to four targets for health testing (33.44.55.66, 44.55.66.77, 55.66.77.88 and 66.77.88.99). @@ -171,4 +171,4 @@ eth+ is used as an alias that refers to all ethernet interfaces: set load-balancing wan rule 5 inbound-interface eth+ set load-balancing wan rule 5 destination address 10.0.0.0/8 -.. start_vyoslinter
\ No newline at end of file +.. start_vyoslinter |