summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2007-11-09 16:31:41 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2007-11-09 16:31:41 -0800
commita70d37854d9b81fe30f7d6798cdaec2fce310691 (patch)
treedde660c13cf0eb60303c32499ec57dc7a5d419f4
parent937ce3b04b0b8295ab5b86f4349bdd7abdbdb1c3 (diff)
downloadvyatta-cfg-quagga-a70d37854d9b81fe30f7d6798cdaec2fce310691.tar.gz
vyatta-cfg-quagga-a70d37854d9b81fe30f7d6798cdaec2fce310691.zip
update template
-rw-r--r--templates/policy/route-map/node.tag/rule/node.tag/match/tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/match/tag/node.def b/templates/policy/route-map/node.tag/rule/node.tag/match/tag/node.def
index 4f8aa922..604ae3c8 100644
--- a/templates/policy/route-map/node.tag/rule/node.tag/match/tag/node.def
+++ b/templates/policy/route-map/node.tag/rule/node.tag/match/tag/node.def
@@ -1,7 +1,7 @@
type: u32
help: "Match tag of route"
syntax: $(@) >= 1 && $(@) <= 65535; "tag must be between 1 and 65535"
-commit: $(../../action/); "You must specify an action for route-map $(../../../@) rule $(../../@)"
+commit: $(../../action) != ""; "You must specify an action for route-map $(../../../@) rule $(../../@)"
update: "/usr/bin/vtysh -c \"configure terminal\" \
-c \"route-map $(../../../@) $(../../action/@) $(../../@)\" \
-c \"match tag $(@)\" "