diff options
Diffstat (limited to 'recipes-extended/iptables/iptables-meta-virtualization.inc')
| -rw-r--r-- | recipes-extended/iptables/iptables-meta-virtualization.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/iptables/iptables-meta-virtualization.inc b/recipes-extended/iptables/iptables-meta-virtualization.inc new file mode 100644 index 00000000..8fd521c9 --- /dev/null +++ b/recipes-extended/iptables/iptables-meta-virtualization.inc | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | RRECOMMENDS_${PN} += "kernel-module-ip6-tables \ | ||
| 2 | kernel-module-ip-tables \ | ||
| 3 | kernel-module-ip6table-filter \ | ||
| 4 | kernel-module-iptable-filter \ | ||
| 5 | kernel-module-ip6table-raw \ | ||
| 6 | kernel-module-iptable-raw \ | ||
| 7 | kernel-module-ip6table-nat \ | ||
| 8 | kernel-module-iptable-nat \ | ||
| 9 | kernel-module-ip6table-mangle \ | ||
| 10 | kernel-module-iptable-magle \ | ||
| 11 | kernel-module-ip6table-security \ | ||
| 12 | kernel-module-iptable-security \ | ||
| 13 | kernel-module-ipt-reject \ | ||
| 14 | kernel-module-iptable-mangle \ | ||
| 15 | kernel-module-xt-checksum \ | ||
| 16 | kernel-module-xt-conntrack \ | ||
| 17 | kernel-module-xt-state \ | ||
| 18 | kernel-module-xt-tcpudp \ | ||
| 19 | " | ||
