summaryrefslogtreecommitdiff
path: root/templates/policy/extcommunity-list/standard/rule/node.tag/action/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/policy/extcommunity-list/standard/rule/node.tag/action/node.def')
-rw-r--r--templates/policy/extcommunity-list/standard/rule/node.tag/action/node.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/policy/extcommunity-list/standard/rule/node.tag/action/node.def b/templates/policy/extcommunity-list/standard/rule/node.tag/action/node.def
new file mode 100644
index 00000000..db4bdbc6
--- /dev/null
+++ b/templates/policy/extcommunity-list/standard/rule/node.tag/action/node.def
@@ -0,0 +1,6 @@
+type: txt
+help: Action to take on routes matching this rule [REQUIRED]
+val_help: permit; Permit matching routes
+val_help: deny; Deny matching routes
+
+syntax:expression: $VAR(@) in "permit", "deny"; "action must be permit or deny"