summaryrefslogtreecommitdiff
path: root/templates/protocols/static/route/node.def
blob: ced516ea705d3383f0d85bd144eb746cbaf64c39 (plain)
1
2
3
4
5
6
7
tag:
type: ipv4net
help: Static route
syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary -4 $VAR(@)"

commit:expression: $VAR(./next-hop/) != "" || $VAR(./blackhole/) != ""; \
                   "Must add either a next-hop or blackhole for route $VAR(@)"