From 426d6086ebecea13fe29721130f071284ebca899 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 12 Mar 2009 16:07:11 -0700 Subject: Replace update with create on multi-node Don't break new config process --- templates/qos-policy/fair-queue/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/qos-policy/fair-queue') diff --git a/templates/qos-policy/fair-queue/node.def b/templates/qos-policy/fair-queue/node.def index ebe6274..ac9dc2d 100644 --- a/templates/qos-policy/fair-queue/node.def +++ b/templates/qos-policy/fair-queue/node.def @@ -3,6 +3,6 @@ type: txt help: Set fair queueing policy syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$" ; "only alpha-numeric policy name allowed" -update: /opt/vyatta/sbin/vyatta-qos.pl --create-policy "$VAR(.)" "$VAR(@)" +create: /opt/vyatta/sbin/vyatta-qos.pl --create-policy "$VAR(.)" "$VAR(@)" delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-policy "$VAR(@)" end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy "$VAR(@)" -- cgit v1.2.3