summaryrefslogtreecommitdiffstats
path: root/core/modules/iptables-helper
diff options
context:
space:
mode:
authorJonathan Bauer2019-05-23 14:15:18 +0200
committerJonathan Bauer2019-05-23 14:15:18 +0200
commit0594681640a253a564a917c3226c342b24aeda0a (patch)
tree4842168afbb50c5d1d95269ab3ae4242a8089686 /core/modules/iptables-helper
parent[networkd-dispatcher] retry reverse lookup (diff)
downloadmltk-0594681640a253a564a917c3226c342b24aeda0a.tar.gz
mltk-0594681640a253a564a917c3226c342b24aeda0a.tar.xz
mltk-0594681640a253a564a917c3226c342b24aeda0a.zip
[iptables] move iptables to its own module
Diffstat (limited to 'core/modules/iptables-helper')
-rw-r--r--core/modules/iptables-helper/module.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/iptables-helper/module.conf b/core/modules/iptables-helper/module.conf
index c72d5f27..46eb4e93 100644
--- a/core/modules/iptables-helper/module.conf
+++ b/core/modules/iptables-helper/module.conf
@@ -1,2 +1,4 @@
#!/bin/bash
-# requires some rootfs that provies iptables
+REQUIRED_MODULES="
+ iptables
+"