diff options
Diffstat (limited to 'templates/interfaces')
4 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 2c0cf7a..fada208 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: Set Qualtiy of Service (QOS) policy for specified ethernet interface 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 d398f25..b4246b0 100644 --- a/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def +++ b/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def @@ -1,5 +1,5 @@ type: txt -help: Set outbound QOS policy +help: Set outbound QOS policy for specified ethernet interface allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy update: /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/serial/node.tag/qos-policy/node.def b/templates/interfaces/serial/node.tag/qos-policy/node.def index 2c0cf7a..4ea5757 100644 --- a/templates/interfaces/serial/node.tag/qos-policy/node.def +++ b/templates/interfaces/serial/node.tag/qos-policy/node.def @@ -1 +1 @@ -help: Configure qos-policy +help: Set Qualtiy of Service (QOS) policy for specified serial interface diff --git a/templates/interfaces/serial/node.tag/qos-policy/out/node.def b/templates/interfaces/serial/node.tag/qos-policy/out/node.def index d398f25..0251a27 100644 --- a/templates/interfaces/serial/node.tag/qos-policy/out/node.def +++ b/templates/interfaces/serial/node.tag/qos-policy/out/node.def @@ -1,5 +1,5 @@ type: txt -help: Set outbound QOS policy +help: Set outbound QOS policy for specified serial interface allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface $VAR(../../@) $VAR(.) $VAR(@) delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface $VAR(../../@) $VAR(.) |