diff options
author | Robert Bays <robert@vyatta.com> | 2012-09-13 16:50:20 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2012-09-13 16:50:20 -0700 |
commit | 052ffe8377e99f83af4ccf1c46108c4b9d6c362e (patch) | |
tree | 33995e03c788a0779a04ae4573f31c89e7c772bc | |
parent | d2c436ba514fbedd844efcde950197f7abd5de0d (diff) | |
download | vyatta-cfg-firewall-052ffe8377e99f83af4ccf1c46108c4b9d6c362e.tar.gz vyatta-cfg-firewall-052ffe8377e99f83af4ccf1c46108c4b9d6c362e.zip |
Bug 8348: policy route <> rule <> action, 'modify' shouldn't be allowed
-rw-r--r-- | templates/policy/route/node.tag/rule/node.tag/action/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/route/node.tag/rule/node.tag/action/node.def b/templates/policy/route/node.tag/rule/node.tag/action/node.def index a244a4c..2ed5380 100644 --- a/templates/policy/route/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/route/node.tag/rule/node.tag/action/node.def @@ -5,6 +5,6 @@ help: Rule action syntax:expression: $VAR(@) in "drop"; "action must be drop" -allowed: echo "drop modify" +allowed: echo "drop" val_help: drop ; Rule action to drop |