summaryrefslogtreecommitdiff
path: root/templates/interfaces/bonding
diff options
context:
space:
mode:
Diffstat (limited to 'templates/interfaces/bonding')
-rw-r--r--templates/interfaces/bonding/node.tag/qos-policy/out/node.def4
-rw-r--r--templates/interfaces/bonding/node.tag/vif/node.tag/qos-policy/out/node.def4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/interfaces/bonding/node.tag/qos-policy/out/node.def b/templates/interfaces/bonding/node.tag/qos-policy/out/node.def
index ec96f0f..c7d6ad2 100644
--- a/templates/interfaces/bonding/node.tag/qos-policy/out/node.def
+++ b/templates/interfaces/bonding/node.tag/qos-policy/out/node.def
@@ -1,6 +1,6 @@
type: txt
help: Set output QOS policy for specified bonding interface
allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out
-create: sudo ip link set dev $VAR(../../../@).$VAR(../../@) txqueuelen 100
-update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface $VAR(../../@) $VAR(.) $VAR(@)
+update: sudo ip link set dev $VAR(../../../@).$VAR(../../@) txqueuelen 100
+ /opt/vyatta/sbin/vyatta-qos.pl --update-interface $VAR(../../@) $VAR(.) $VAR(@)
delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface $VAR(../../@) $VAR(.)
diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/qos-policy/out/node.def b/templates/interfaces/bonding/node.tag/vif/node.tag/qos-policy/out/node.def
index df0ea43..729fa7c 100644
--- a/templates/interfaces/bonding/node.tag/vif/node.tag/qos-policy/out/node.def
+++ b/templates/interfaces/bonding/node.tag/vif/node.tag/qos-policy/out/node.def
@@ -1,8 +1,8 @@
type: txt
help: Set outbound QOS policy
allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out
-create: sudo ip link set dev $VAR(../../../@).$VAR(../../@) txqueuelen 100
-update: /opt/vyatta/sbin/vyatta-qos.pl \
+update: sudo ip link set dev $VAR(../../../@).$VAR(../../@) txqueuelen 100
+ /opt/vyatta/sbin/vyatta-qos.pl \
--update-interface $VAR(../../../@).$VAR(../../@) $VAR(.) $VAR(@)
delete: /opt/vyatta/sbin/vyatta-qos.pl \
--delete-interface $VAR(../../../@).$VAR(../../@) $VAR(.)