From 5b105f3efd11528d849fadc82f971a2161106158 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 Mar 2023 09:01:26 +0100 Subject: [PATCH] sdn: improve formatting, language and reflow to 80cc Signed-off-by: Thomas Lamprecht --- pvesdn.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pvesdn.adoc b/pvesdn.adoc index d1ff036..8b1fe33 100644 --- a/pvesdn.adoc +++ b/pvesdn.adoc @@ -931,11 +931,11 @@ Notes Multiple EVPN Exit Nodes ~~~~~~~~~~~~~~~~~~~~~~~~ -If you have multiple gateway nodes, disable rp_filter as packet could incoming in a 1 node, and outgoing -to another node. +If you have multiple gateway nodes, you should disable the `rp_filter` (Strict +Reverse Path Filter) option, because packets can arrive at one node but go out +from another node. - -sysctl.conf +.sysctl.conf disabling `rp_filter` ----- net.ipv4.conf.default.rp_filter=0 net.ipv4.conf.all.rp_filter=0