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/traffic-shaper/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/qos-policy/traffic-shaper/node.def') diff --git a/templates/qos-policy/traffic-shaper/node.def b/templates/qos-policy/traffic-shaper/node.def index 11b91fe..e54c093 100644 --- a/templates/qos-policy/traffic-shaper/node.def +++ b/templates/qos-policy/traffic-shaper/node.def @@ -3,6 +3,6 @@ type: txt help: Set traffic shaping based 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