summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-02-17 16:43:32 -0800
committerJohn Southworth <john.southworth@vyatta.com>2012-02-17 17:22:41 -0800
commit3049c72f79b9d05bb499848db6983cd1573e181c (patch)
tree7ae729f3801b6719bb7e5500091495924c273fd4
parent732670fb2f724a2491c9729643d110d95ee6403c (diff)
downloadvyatta-cfg-qos-3049c72f79b9d05bb499848db6983cd1573e181c.tar.gz
vyatta-cfg-qos-3049c72f79b9d05bb499848db6983cd1573e181c.zip
Fix incorrect commit check in redirect node.def
-rw-r--r--interface-templates/redirect/node.def2
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