Blame SOURCES/0030-improvement-conf-note-that-IPv6_rpfilter-has-a-perfo.patch

63f414
From 60e4181ca9ac8dbd1acb6baf85b42b0666aa56b7 Mon Sep 17 00:00:00 2001
63f414
From: Eric Garver <eric@garver.life>
63f414
Date: Wed, 19 May 2021 12:52:52 -0400
63f414
Subject: [PATCH 30/30] improvement(conf): note that IPv6_rpfilter has a
63f414
 performance penalty
63f414
63f414
(cherry picked from commit cf8e0df944322f1ad283946c64bf7f933c25340d)
63f414
(cherry picked from commit 1a8bb7e5dcee3bcd691219104427daf39ead1f82)
63f414
---
63f414
 config/firewalld.conf | 2 ++
63f414
 1 file changed, 2 insertions(+)
63f414
63f414
diff --git a/config/firewalld.conf b/config/firewalld.conf
63f414
index f791b2358ab8..a0556c0bbf5b 100644
63f414
--- a/config/firewalld.conf
63f414
+++ b/config/firewalld.conf
63f414
@@ -23,6 +23,8 @@ Lockdown=no
63f414
 # packet would be sent via the same interface that the packet arrived on, the 
63f414
 # packet will match and be accepted, otherwise dropped.
63f414
 # The rp_filter for IPv4 is controlled using sysctl.
63f414
+# Note: This feature has a performance impact. See man page FIREWALLD.CONF(5)
63f414
+# for details.
63f414
 # Default: yes
63f414
 IPv6_rpfilter=yes
63f414
 
63f414
-- 
63f414
2.27.0
63f414