diff options
author | rebortg <github@ghlr.de> | 2020-12-11 22:40:51 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 22:40:51 +0100 |
commit | 71c8077efb486f3d13c610bfe038f206f932e48c (patch) | |
tree | 9d3f37289aa6eb47031b6e11e80f566154fb86a0 /docs/configexamples/wan-load-balancing.rst | |
parent | 2d11378b6a03462319276033b11d4ba51d6f0ded (diff) | |
download | vyos-documentation-71c8077efb486f3d13c610bfe038f206f932e48c.tar.gz vyos-documentation-71c8077efb486f3d13c610bfe038f206f932e48c.zip |
configexamples: fix lint errors
Diffstat (limited to 'docs/configexamples/wan-load-balancing.rst')
-rw-r--r-- | docs/configexamples/wan-load-balancing.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configexamples/wan-load-balancing.rst b/docs/configexamples/wan-load-balancing.rst index 7093defe..07974166 100644 --- a/docs/configexamples/wan-load-balancing.rst +++ b/docs/configexamples/wan-load-balancing.rst @@ -1,5 +1,7 @@ .. _wan-load-balancing: +.. stop_vyoslinter # pictures and text have to change + WAN Load Balancer examples ========================== @@ -168,3 +170,5 @@ eth+ is used as an alias that refers to all ethernet interfaces: set load-balancing wan rule 5 exclude 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 |