summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-13 13:44:38 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:57 -0400
commit4958db8d954c5050c2f8450c9c9635661582f9a7 (patch)
treed785afca86c19f82417f09b52b0223ad8a0f1520
parent3fbb072a6367aebcf4852a1d7ec06fa18daa7a49 (diff)
downloadmeta-cloud-services-4958db8d954c5050c2f8450c9c9635661582f9a7.tar.gz
iptables: Updated bbappend to 1.4.19.1
The ipt_REDIRECT module has changed its name to xt_REDIRECT from the 3.7 kernel. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
-rw-r--r--meta-openstack/recipes-extended/iptables/iptables_1.4.19.1.bbappend (renamed from meta-openstack/recipes-extended/iptables/iptables_1.4.17.bbappend)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/iptables/iptables_1.4.17.bbappend b/meta-openstack/recipes-extended/iptables/iptables_1.4.19.1.bbappend
index 2d956bd..7b4d5df 100644
--- a/meta-openstack/recipes-extended/iptables/iptables_1.4.17.bbappend
+++ b/meta-openstack/recipes-extended/iptables/iptables_1.4.19.1.bbappend
@@ -1,5 +1,5 @@
1INC := "${@int(PRINC) + 1}" 1INC := "${@int(PRINC) + 1}"
2 2
3RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \ 3RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \
4 kernel-module-ipt-redirect \ 4 kernel-module-xt-redirect \
5 " 5 "