diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-02-17 16:43:32 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-02-17 16:43:32 -0800 |
commit | 1441733dbce0d7f7677c1602a402b50e22b5d085 (patch) | |
tree | 284170231df3ff4dd21c621f7d167901ece49a6f | |
parent | d842b1b037f9763b7ff8eaa84b586966ffa77bf3 (diff) | |
download | vyatta-cfg-qos-1441733dbce0d7f7677c1602a402b50e22b5d085.tar.gz vyatta-cfg-qos-1441733dbce0d7f7677c1602a402b50e22b5d085.zip |
Fix incorrect commit check in redirect node.def
-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 6b39f67..daff346 100644 --- a/interface-templates/redirect/node.def +++ b/interface-templates/redirect/node.def @@ -12,7 +12,7 @@ commit:expression: $VAR(../mirror) == "";\ commit:expression: $VAR(../traffic-policy/in) == ""; \ "interface $IFNAME : can not use ingress policy and redirect" -commit:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --dev $IFNAME --check=all" +commit:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --dev $VAR(@) --check=all" update: /opt/vyatta/sbin/vyatta-qos.pl --update-action $IFNAME delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-action $IFNAME |