diff options
-rw-r--r-- | templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def index 9d21cd1..559b94a 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def @@ -1,3 +1,6 @@ type: u32 default: 1 help: Ttl limit (hop count) +val_help: u32:1-254; Number of hops + +syntax:expression: $VAR(@) >=1 && $VAR(@) <= 254; "ttl limit hops must be between 1 and 254" |