blob: 2b9d75addefd02db82143d71d1c4ab6af2d8a268 (
plain)
1
2
3
4
5
6
7
|
tag:
type: ipv4net
help: Interface based static route
syntax:expression: exec "ipaddrcheck --verbose --is-ipv4-net $VAR(@)"
commit:expression: $VAR(./next-hop-interface/) != "" ; \
"Must add a next-hop-interface for route $VAR(@)"
|