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 17:22:41 -0800 |
commit | 3049c72f79b9d05bb499848db6983cd1573e181c (patch) | |
tree | 7ae729f3801b6719bb7e5500091495924c273fd4 /interface-templates | |
parent | 732670fb2f724a2491c9729643d110d95ee6403c (diff) | |
download | vyatta-cfg-qos-3049c72f79b9d05bb499848db6983cd1573e181c.tar.gz vyatta-cfg-qos-3049c72f79b9d05bb499848db6983cd1573e181c.zip |
Fix incorrect commit check in redirect node.def
Diffstat (limited to 'interface-templates')
-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 |