sdn: improve formatting, language and reflow to 80cc

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-21 09:01:26 +01:00
parent 4368fce0a3
commit 5b105f3efd

View File

@ -931,11 +931,11 @@ Notes
Multiple EVPN Exit Nodes Multiple EVPN Exit Nodes
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
If you have multiple gateway nodes, disable rp_filter as packet could incoming in a 1 node, and outgoing If you have multiple gateway nodes, you should disable the `rp_filter` (Strict
to another node. Reverse Path Filter) option, because packets can arrive at one node but go out
from another node.
.sysctl.conf disabling `rp_filter`
sysctl.conf
----- -----
net.ipv4.conf.default.rp_filter=0 net.ipv4.conf.default.rp_filter=0
net.ipv4.conf.all.rp_filter=0 net.ipv4.conf.all.rp_filter=0