summaryrefslogtreecommitdiff
path: root/extra/dhcp/dhcp
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dhcp/dhcp')
-rw-r--r--extra/dhcp/dhcp10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/dhcp/dhcp b/extra/dhcp/dhcp
new file mode 100644
index 000000000..d4f228d9c
--- /dev/null
+++ b/extra/dhcp/dhcp
@@ -0,0 +1,10 @@
+#
+# Arguments to be passed to the DHCP server daemon
+#
+
+# ipv4 runtime parameters
+DHCP4_ARGS="-q"
+
+# ipv6 runtime parameters
+DHCP6_ARGS="-q"
+