Blame SOURCES/0029-docs-conf-note-that-IPv6_rpfilter-has-a-performance-.patch

63f414
From 6e97c635d2bfe9ef73f72aa165443cfcefc6c82c Mon Sep 17 00:00:00 2001
63f414
From: Eric Garver <eric@garver.life>
63f414
Date: Mon, 17 May 2021 15:43:13 -0400
63f414
Subject: [PATCH 29/30] docs(conf): note that IPv6_rpfilter has a performance
63f414
 penalty
63f414
63f414
Fixes: rhbz 1871860
63f414
(cherry picked from commit aad59154e16f669bf85e9894e7e0e19061d370d4)
63f414
(cherry picked from commit 5391c26d3e730f283d1f00f7ac1869aeb2251837)
63f414
---
63f414
 doc/xml/firewalld.conf.xml | 9 +++++++++
63f414
 1 file changed, 9 insertions(+)
63f414
63f414
diff --git a/doc/xml/firewalld.conf.xml b/doc/xml/firewalld.conf.xml
63f414
index c21ef87813bc..0bf4c2d4d011 100644
63f414
--- a/doc/xml/firewalld.conf.xml
63f414
+++ b/doc/xml/firewalld.conf.xml
63f414
@@ -114,6 +114,15 @@
63f414
 	    If a reply to the packet would be sent via the same interface that the packet arrived on, the packet will match and be accepted, otherwise dropped.
63f414
             For IPv4 the rp_filter is controlled using sysctl.
63f414
 	  </para>
63f414
+      <para>
63f414
+        <emphasis role="bold">Note</emphasis>: This feature has a performance
63f414
+        impact. In most cases the impact is not enough to cause a noticeable
63f414
+        difference. It requires route lookups and its execution occurs before
63f414
+        the established connections fast path. As such it can have a
63f414
+        significant performance impact if there is a lot of traffic. It's
63f414
+        enabled by default for security, but can be disabled if performance is
63f414
+        a concern.
63f414
+      </para>
63f414
 	</listitem>
63f414
       </varlistentry>
63f414
 
63f414
-- 
63f414
2.27.0
63f414