diff options
Diffstat (limited to 'templates/interfaces')
-rw-r--r-- | templates/interfaces/ethernet/node.tag/qos-policy/node.def | 2 | ||||
-rw-r--r-- | templates/interfaces/ethernet/node.tag/qos-policy/out/node.def | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/interfaces/ethernet/node.tag/qos-policy/node.def b/templates/interfaces/ethernet/node.tag/qos-policy/node.def index b4ab8d8..2c0cf7a 100644 --- a/templates/interfaces/ethernet/node.tag/qos-policy/node.def +++ b/templates/interfaces/ethernet/node.tag/qos-policy/node.def @@ -1 +1 @@ -help: "Configure qos-policy" +help: Configure qos-policy diff --git a/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def b/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def index bb9ea38..6efaf03 100644 --- a/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def +++ b/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def @@ -1,4 +1,4 @@ type: txt -help: "Set outbound QOS policy" -update: "sudo /opt/vyatta/sbin/vyatta-qos.pl --update $(../../@) out $(@)" -delete: "sudo /opt/vyatta/sbin/vyatta-qos.pl --delete $(../../@) out" +help: Set outbound QOS policy +update:expression: "sudo /opt/vyatta/sbin/vyatta-qos.pl --update $VAR(../../@) out $VAR(@)" +delete:expression: "sudo /opt/vyatta/sbin/vyatta-qos.pl --delete $VAR(../../@) out" |