summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface-definitions/service-ids-ddos-protection.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/service-ids-ddos-protection.xml.in b/interface-definitions/service-ids-ddos-protection.xml.in
index 135fa2ffa..fe22994b5 100644
--- a/interface-definitions/service-ids-ddos-protection.xml.in
+++ b/interface-definitions/service-ids-ddos-protection.xml.in
@@ -20,13 +20,13 @@
</leafNode>
<leafNode name="ban-time">
<properties>
- <help>Time to ban (in seconds) an ip</help>
+ <help>How long we should keep an IP in blocked state</help>
<valueHelp>
- <format>u32:0-4294967294</format>
- <description>Time to ban (in seconds) an ip</description>
+ <format>u32:60-4294967294</format>
+ <description>Time in seconds</description>
</valueHelp>
<constraint>
- <validator name="numeric" argument="--range 0-4294967294"/>
+ <validator name="numeric" argument="--range 60-4294967294"/>
</constraint>
</properties>
<defaultValue>1900</defaultValue>