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

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