diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-06 11:36:21 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-06 11:36:21 -0800 |
commit | 1c7e03dc0c52c03e87487985ed5877be4e52134a (patch) | |
tree | 28ad11af90b085b252f2e1d616c543e481a3aac4 /templates/qos-policy/fair-queue/node.def | |
parent | 92562803d1c3512dac79e48ad10ea49bf6a117d0 (diff) | |
download | vyatta-cfg-qos-1c7e03dc0c52c03e87487985ed5877be4e52134a.tar.gz vyatta-cfg-qos-1c7e03dc0c52c03e87487985ed5877be4e52134a.zip |
fix update problems
1. checking for name clash shouldn't see self
2. leftover from rate to bandwidth name change
3. leftover debug message.
Diffstat (limited to 'templates/qos-policy/fair-queue/node.def')
-rw-r--r-- | templates/qos-policy/fair-queue/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/qos-policy/fair-queue/node.def b/templates/qos-policy/fair-queue/node.def index 3ec844e..ba88e32 100644 --- a/templates/qos-policy/fair-queue/node.def +++ b/templates/qos-policy/fair-queue/node.def @@ -1,6 +1,6 @@ tag: type: txt help: Configure fair queueing policy -syntax:expression: exec " /opt/vyatta/sbin/vyatta-qos.pl --validate-name $VAR(@)" +syntax:expression: exec " /opt/vyatta/sbin/vyatta-qos.pl --validate-name $VAR(../@) $VAR(@)" update:expression: "/opt/vyatta/sbin/vyatta-qos.pl --update-policy $VAR(../@) $VAR(@)" delete:expression: "/opt/vyatta/sbin/vyatta-qos.pl --delete-policy $VAR(@)" |