blob: 16a0c62d99a2faee65cf3eea9d397a8ea3e202fb (
plain)
1
2
3
4
5
6
7
|
type: u32
default: 30
help: Set routing table update timer
val_help: u32:0-65535; Routing table update timer in seconds (default 30)
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 65535; \
"Update timer must be between 0 and 65535"
|