diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-02-10 13:40:12 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-02-10 13:40:12 -0800 |
commit | 36349ea1aa4baa8aab7667de70915ef43527eaf4 (patch) | |
tree | ec913570db510992702d26870a41f57a300306f8 | |
parent | 7b26e9d6f256eadad5c1ce2d34ead99c89521076 (diff) | |
download | vyatta-cfg-qos-36349ea1aa4baa8aab7667de70915ef43527eaf4.tar.gz vyatta-cfg-qos-36349ea1aa4baa8aab7667de70915ef43527eaf4.zip |
Bugfix 7784: Need quotes in syntax:expression when using more than just VAR refs
-rw-r--r-- | interface-templates/redirect/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-templates/redirect/node.def b/interface-templates/redirect/node.def index 50788ca..6b39f67 100644 --- a/interface-templates/redirect/node.def +++ b/interface-templates/redirect/node.def @@ -2,7 +2,7 @@ type: txt help: Incoming packet redirection destination allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=input -syntax:expression: $VAR(@) != $IFNAME ;\ +syntax:expression: $VAR(@) != "$IFNAME" ;\ "interface $IFNAME: redirect to same interface not allowed" val_help: Interface for packet redirection |