summaryrefslogtreecommitdiff
path: root/templates/policy/route-map/node.def
blob: 24c1246714a7fec6ebc77795faaf03b2c1d5b3b9 (plain)
1
2
3
4
5
6
tag:
type: txt
help: "Create route-map or enter route-map command mode"
syntax: pattern $(@) "^[-a-zA-Z0-9.]+$" ; "route-map $(@): name must be alpha-numeric"
delete: "/usr/bin/vtysh -c\"configure terminal\" -c\"no route-map $(@)\" "