summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2022-08-24 20:57:54 +0200
committerGitHub <noreply@github.com>2022-08-24 20:57:54 +0200
commit3c37e699945a4caa70c104bceda77070e43acb8e (patch)
treed5eb3d84c8f05436944de90cccb7686cd7b0491c
parent134cc876bb038ea7030113df9ebade0ede98313a (diff)
parent28acbc3f0a43cb401713f35c29101290672b5da6 (diff)
downloadvyos-documentation-3c37e699945a4caa70c104bceda77070e43acb8e.tar.gz
vyos-documentation-3c37e699945a4caa70c104bceda77070e43acb8e.zip
Merge pull request #840 from nicolas-fort/WLB
Wan Load Balancing: add warning message - it should not be used with routing protocols
-rw-r--r--docs/configuration/loadbalancing/index.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/loadbalancing/index.rst b/docs/configuration/loadbalancing/index.rst
index 3ae85708..36a69f89 100644
--- a/docs/configuration/loadbalancing/index.rst
+++ b/docs/configuration/loadbalancing/index.rst
@@ -28,6 +28,12 @@ Let's assume we have two DHCP WAN interfaces and one LAN (eth2):
set load-balancing wan rule 1 interface eth0
set load-balancing wan rule 1 interface eth1
+.. note::
+
+ WAN Load Balacing should not be used when dynamic routing protocol is
+ used/needed. This feature creates customized routing tables and firewall
+ rules, that makes it incompatible to use with routing protocols.
+
Balancing Rules
---------------