diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-29 20:10:35 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-29 20:10:35 -0700 |
commit | 70800ac20c91f9be92afa188def2ec658c355b1f (patch) | |
tree | 0ac275d276edf70dc49715a626435c4ee85629fd | |
parent | 431941ee7180b6b653d612719f7f2dc0f9d1e724 (diff) | |
parent | 7121476081caa04652c356f69fa5fa5ac8d2d930 (diff) | |
download | vyatta-cfg-qos-70800ac20c91f9be92afa188def2ec658c355b1f.tar.gz vyatta-cfg-qos-70800ac20c91f9be92afa188def2ec658c355b1f.zip |
Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-qos into larkspur
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | debian/changelog | 13 | ||||
-rwxr-xr-x | scripts/vyatta-qos.pl | 4 | ||||
-rw-r--r-- | templates/qos-policy/rate-control/node.def (renamed from templates/qos-policy/rate-limit/node.def) | 0 | ||||
-rw-r--r-- | templates/qos-policy/rate-control/node.tag/bandwidth/node.def (renamed from templates/qos-policy/rate-limit/node.tag/bandwidth/node.def) | 0 | ||||
-rw-r--r-- | templates/qos-policy/rate-control/node.tag/burst/node.def (renamed from templates/qos-policy/rate-limit/node.tag/burst/node.def) | 0 | ||||
-rw-r--r-- | templates/qos-policy/rate-control/node.tag/description/node.def (renamed from templates/qos-policy/rate-limit/node.tag/description/node.def) | 0 | ||||
-rw-r--r-- | templates/qos-policy/rate-control/node.tag/latency/node.def (renamed from templates/qos-policy/rate-limit/node.tag/latency/node.def) | 0 |
8 files changed, 16 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 44c23f2..d70d917 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ cfgdir = $(datadir)/vyatta-cfg/templates gentmpdir = generated-templates share_perl5dir = /opt/vyatta/share/perl5/Vyatta/Qos +curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-qos.pl sbin_SCRIPTS += scripts/vyatta-qos-util.pl diff --git a/debian/changelog b/debian/changelog index 05c6cf7..c206a2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +vyatta-cfg-qos (0.14.0) unstable; urgency=low + + * Label Qos config version + * Allow use of traffic-limiter for output policy + * Allow any Qos policy to be used for input + * Put PPP qos setup inside configure mode + * Need curverdir + * Check return value from IFB correctly. + * Rename rate-limiter to rate-control + * Get ifb devices working + + -- Stephen Hemminger <stephen.hemminger@vyatta.com> Mon, 29 Mar 2010 17:42:08 -0700 + vyatta-cfg-qos (0.13.19) unstable; urgency=low * Remove configure step depending on unused install diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index fa03293..7abfacc 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -28,10 +28,10 @@ my $debug = $ENV{'QOS_DEBUG'}; my %policies = ( 'traffic-shaper' => 'TrafficShaper', 'fair-queue' => 'FairQueue', - 'rate-limit' => 'RateLimiter', + 'rate-control' => 'RateLimiter', 'drop-tail' => 'DropTail', 'network-emulator' => 'NetworkEmulator', - 'round-robin' => 'RoundRobin', + 'round-robin' => 'RoundRobin', 'priority-queue' => 'Priority', 'random-detect' => 'RandomDetect', 'traffic-limiter' => 'TrafficLimiter', diff --git a/templates/qos-policy/rate-limit/node.def b/templates/qos-policy/rate-control/node.def index 57bf98e..57bf98e 100644 --- a/templates/qos-policy/rate-limit/node.def +++ b/templates/qos-policy/rate-control/node.def diff --git a/templates/qos-policy/rate-limit/node.tag/bandwidth/node.def b/templates/qos-policy/rate-control/node.tag/bandwidth/node.def index db8ca65..db8ca65 100644 --- a/templates/qos-policy/rate-limit/node.tag/bandwidth/node.def +++ b/templates/qos-policy/rate-control/node.tag/bandwidth/node.def diff --git a/templates/qos-policy/rate-limit/node.tag/burst/node.def b/templates/qos-policy/rate-control/node.tag/burst/node.def index 4df45de..4df45de 100644 --- a/templates/qos-policy/rate-limit/node.tag/burst/node.def +++ b/templates/qos-policy/rate-control/node.tag/burst/node.def diff --git a/templates/qos-policy/rate-limit/node.tag/description/node.def b/templates/qos-policy/rate-control/node.tag/description/node.def index 1e8e64f..1e8e64f 100644 --- a/templates/qos-policy/rate-limit/node.tag/description/node.def +++ b/templates/qos-policy/rate-control/node.tag/description/node.def diff --git a/templates/qos-policy/rate-limit/node.tag/latency/node.def b/templates/qos-policy/rate-control/node.tag/latency/node.def index bef5491..bef5491 100644 --- a/templates/qos-policy/rate-limit/node.tag/latency/node.def +++ b/templates/qos-policy/rate-control/node.tag/latency/node.def |