diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 4997e1f53d..a4fbb0809c 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -90,6 +90,11 @@
kern.randompid
347
+ -
+ Maximum size of the IP input queue
+ net.inet.ip.intr_queue_maxlen
+ 1000
+
normal
diff --git a/conf.default/config.xml b/conf.default/config.xml
index fae8cc8882..c0afcff982 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -90,6 +90,11 @@
kern.randompid
347
+ -
+ Maximum size of the IP input queue
+ net.inet.ip.intr_queue_maxlen
+ 1000
+
normal