diff options
Diffstat (limited to 'templates/interfaces')
-rw-r--r-- | templates/interfaces/ethernet/node.tag/qos-policy/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/ethernet/node.tag/qos-policy/out/node.def | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/interfaces/ethernet/node.tag/qos-policy/node.def b/templates/interfaces/ethernet/node.tag/qos-policy/node.def new file mode 100644 index 0000000..b4ab8d8 --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/qos-policy/node.def @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..bb9ea38 --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def @@ -0,0 +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" |