diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-23 15:50:41 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-23 15:50:41 -0700 |
commit | 6ab5a0589ac4f0359679edbd3982c130038dfc1d (patch) | |
tree | d549d305f5633a97237bc1fe986c179394c216b7 /Makefile.am | |
parent | 200fb453f43a3f0406c14b9003ca5a1e6f7587f4 (diff) | |
download | vyatta-cfg-qos-6ab5a0589ac4f0359679edbd3982c130038dfc1d.tar.gz vyatta-cfg-qos-6ab5a0589ac4f0359679edbd3982c130038dfc1d.zip |
Add incoming traffic limiting to Qos
This adds support for Qos using incoming policing. It is accepts the
syntax and processes commands, but is not fully debugged.
Bugfix: 3664
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8df4236..0257672 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ share_perl5_DATA += scripts/VyattaQosTrafficShaper.pm share_perl5_DATA += scripts/VyattaQosMatch.pm share_perl5_DATA += scripts/VyattaQosRateLimiter.pm share_perl5_DATA += scripts/VyattaQosDropTail.pm +share_perl5_DATA += scripts/VyattaQosTrafficLimiter.pm cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |