diff options
Diffstat (limited to 'recipes-extended/procps')
-rw-r--r-- | recipes-extended/procps/procps_%.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-extended/procps/procps_%.bbappend b/recipes-extended/procps/procps_%.bbappend new file mode 100644 index 00000000..face0ccc --- /dev/null +++ b/recipes-extended/procps/procps_%.bbappend | |||
@@ -0,0 +1,9 @@ | |||
1 | do_install_append_qoriq-ppc() { | ||
2 | for keyword in \ | ||
3 | net.ipv4.conf.default.rp_filter \ | ||
4 | net.ipv4.conf.all.rp_filter \ | ||
5 | ; do | ||
6 | sed -i 's,'"$keyword"'=.*,'"$keyword"'=0,' ${D}${sysconfdir}/sysctl.conf | ||
7 | done | ||
8 | } | ||
9 | |||