From a70d37854d9b81fe30f7d6798cdaec2fce310691 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 9 Nov 2007 16:31:41 -0800 Subject: update template --- templates/policy/route-map/node.tag/rule/node.tag/match/tag/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/policy') 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 $(@)\" " -- cgit v1.2.3