All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc][PATCH] procps: stop disabling reverse path filtering
@ 2015-01-07 17:27 Bob Cochran
  2015-01-09  3:15 ` zhenhua.luo
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Cochran @ 2015-01-07 17:27 UTC (permalink / raw)
  To: meta-freescale

The procps append file that overwrites sysctl.conf and disables reverse
path filtering isn't needed in the default QorIQ configuration.  It is
only needed if Application Specific Fastpath is enabled in the
linux-qoriq kernel.

Signed-off-by: Bob Cochran <yocto@mindchasers.com>
---
 recipes-extended/procps/procps_%.bbappend |    9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 recipes-extended/procps/procps_%.bbappend

diff --git a/recipes-extended/procps/procps_%.bbappend b/recipes-extended/procps/procps_%.bbappend
deleted file mode 100644
index face0cc..0000000
--- a/recipes-extended/procps/procps_%.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-do_install_append_qoriq-ppc() {
-    for keyword in \
-        net.ipv4.conf.default.rp_filter \
-        net.ipv4.conf.all.rp_filter \
-    ; do
-        sed -i 's,'"$keyword"'=.*,'"$keyword"'=0,' ${D}${sysconfdir}/sysctl.conf
-    done
-}
-
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-09 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-07 17:27 [meta-fsl-ppc][PATCH] procps: stop disabling reverse path filtering Bob Cochran
2015-01-09  3:15 ` zhenhua.luo
2015-01-09 11:48   ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.