summaryrefslogtreecommitdiffstats
path: root/core/modules/iptables/module.conf
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/module.conf
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/module.conf')
-rw-r--r--core/modules/iptables/module.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/modules/iptables/module.conf b/core/modules/iptables/module.conf
new file mode 100644
index 00000000..353859e6
--- /dev/null
+++ b/core/modules/iptables/module.conf
@@ -0,0 +1,7 @@
+REQUIRED_BINARIES="
+ iptables
+ ip6tables
+"
+REQUIRED_SYSTEM_FILES+="
+ /usr/lib/x86_64-linux-gnu/xtables
+"