All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-ppc][PATCH] procps: stop disabling reverse path filtering
Date: Wed,  7 Jan 2015 12:27:11 -0500	[thread overview]
Message-ID: <1420651631-8510-1-git-send-email-yocto@mindchasers.com> (raw)

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



             reply	other threads:[~2015-01-07 17:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-07 17:27 Bob Cochran [this message]
2015-01-09  3:15 ` [meta-fsl-ppc][PATCH] procps: stop disabling reverse path filtering zhenhua.luo
2015-01-09 11:48   ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1420651631-8510-1-git-send-email-yocto@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.