diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:43:41 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:43:41 -0700 |
commit | e1ae2edb9fe3cfd41535bb6f0bd2132e2b23ad47 (patch) | |
tree | d7a47aceb0324f31505699e32a641f1a558e9b66 /lib/Vyatta/Qos/Util.pm | |
parent | f0e2cf5e11c04be0c6d2739be60802edf0924f45 (diff) | |
download | vyatta-cfg-qos-e1ae2edb9fe3cfd41535bb6f0bd2132e2b23ad47.tar.gz vyatta-cfg-qos-e1ae2edb9fe3cfd41535bb6f0bd2132e2b23ad47.zip |
Fix exports for new module
The exports for Util.pm changed.
Diffstat (limited to 'lib/Vyatta/Qos/Util.pm')
-rw-r--r-- | lib/Vyatta/Qos/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Qos/Util.pm b/lib/Vyatta/Qos/Util.pm index 72b4963..1d12bb3 100644 --- a/lib/Vyatta/Qos/Util.pm +++ b/lib/Vyatta/Qos/Util.pm @@ -21,7 +21,7 @@ use warnings; our @EXPORT = qw(getRate getPercent getBurstSize getProtocol getDsfield getTime getAutoRate); -our @EXPORT_OK = qw(interfaceRate getIfIndex); +our @EXPORT_OK = qw(getIfIndex RedParam); use base qw(Exporter); sub get_num { |