From d41dac623be65a5ef8550eb97a07ddcf5434496b Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Mon, 2 Feb 2009 15:46:37 -0800 Subject: Move qos policy parameters for PPPOE to correct location in tree. --- .../ethernet/node.tag/pppoe/node.tag/qos-policy/in/node.def | 9 +++++++++ .../ethernet/node.tag/pppoe/node.tag/qos-policy/node.def | 1 + .../ethernet/node.tag/pppoe/node.tag/qos-policy/out/node.def | 9 +++++++++ templates/interfaces/ethernet/pppoe/node.tag/qos-policy/node.def | 1 - .../interfaces/ethernet/pppoe/node.tag/qos-policy/out/node.def | 5 ----- 5 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/in/node.def create mode 100644 templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/node.def create mode 100644 templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/out/node.def delete mode 100644 templates/interfaces/ethernet/pppoe/node.tag/qos-policy/node.def delete mode 100644 templates/interfaces/ethernet/pppoe/node.tag/qos-policy/out/node.def diff --git a/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/in/node.def b/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/in/node.def new file mode 100644 index 0000000..f160c90 --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/in/node.def @@ -0,0 +1,9 @@ +type: txt + +help: Set input QOS policy for specified ethernet interface + +allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy in + +update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface pppoe$VAR(../../@) $VAR(.) $VAR(@) + +delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface pppoe$VAR(../../@) $VAR(.) diff --git a/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/node.def b/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/node.def new file mode 100644 index 0000000..9e54c1c --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/node.def @@ -0,0 +1 @@ +help: Set Quality of Service (QOS) policy for specified ethernet interface diff --git a/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/out/node.def b/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/out/node.def new file mode 100644 index 0000000..91670ba --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/pppoe/node.tag/qos-policy/out/node.def @@ -0,0 +1,9 @@ +type: txt + +help: Set outbound QOS policy for specified ethernet interface + +allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out + +update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface pppoe$VAR(../../@) $VAR(.) $VAR(@) + +delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface pppoe$VAR(../../@) $VAR(.) diff --git a/templates/interfaces/ethernet/pppoe/node.tag/qos-policy/node.def b/templates/interfaces/ethernet/pppoe/node.tag/qos-policy/node.def deleted file mode 100644 index 9e54c1c..0000000 --- a/templates/interfaces/ethernet/pppoe/node.tag/qos-policy/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Set Quality of Service (QOS) policy for specified ethernet interface diff --git a/templates/interfaces/ethernet/pppoe/node.tag/qos-policy/out/node.def b/templates/interfaces/ethernet/pppoe/node.tag/qos-policy/out/node.def deleted file mode 100644 index 98f001e..0000000 --- a/templates/interfaces/ethernet/pppoe/node.tag/qos-policy/out/node.def +++ /dev/null @@ -1,5 +0,0 @@ -type: txt -help: Set outbound QOS policy for specified ethernet interface -allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out -update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface pppoe$VAR(../../@) $VAR(.) $VAR(@) -delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface pppoe$VAR(../../@) $VAR(.) -- cgit v1.2.3