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

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