ipvs: Restrict connection table size via Kconfig
[deliverable/linux.git] / net / ipv4 / ipvs / Kconfig
index 794cecb249aff006d267695e881b6faa13a8810c..de6004de80bcb4b72506c5409e0744b9544c9b84 100644 (file)
@@ -41,7 +41,8 @@ config        IP_VS_DEBUG
 
 config IP_VS_TAB_BITS
        int "IPVS connection table size (the Nth power of 2)"
-       default "12" 
+       range 8 20
+       default 12
        ---help---
          The IPVS connection hash table uses the chaining scheme to handle
          hash collisions. Using a big IPVS connection hash table will greatly
This page took 0.02939 seconds and 5 git commands to generate.