diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-28 12:43:51 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-28 12:43:51 -0800 |
commit | 448f9b72dae691d02034c8c5b261978b5ad99473 (patch) | |
tree | c142cca6d1b38e009990ae07d2bf95bc9d616a19 | |
parent | cbac17efa8d0710eb442c3fe8e681a5624723bec (diff) | |
download | vyatta-cfg-qos-448f9b72dae691d02034c8c5b261978b5ad99473.tar.gz vyatta-cfg-qos-448f9b72dae691d02034c8c5b261978b5ad99473.zip |
remove leftover template for default/queue
Bugfix: 2914
When queue type was added, the old template was removed.
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/default/queue/node.def | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/default/queue/node.def b/templates/qos-policy/traffic-shaper/node.tag/default/queue/node.def deleted file mode 100644 index bfe4544..0000000 --- a/templates/qos-policy/traffic-shaper/node.tag/default/queue/node.def +++ /dev/null @@ -1,8 +0,0 @@ -type: txt -default: "SFQ" -syntax:expression: $VAR(@) in "SFQ", "FIFO", "RED"; "Queue must be SFQ, FIFO, or RED" -help: Set the queue type for this class -comp_help:Possible completions: - FIFO Use FIFO queue - RED Random Exponential Drop - TCP friendly behaviour - SFQ Use Stochastic Fair Queue - fairness by flow (default) |