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

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