diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-06 12:04:55 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-06 12:04:55 -0800 |
commit | e956fa4071b05e427b260ee3332ac06afc91dde4 (patch) | |
tree | bcb055c6a18d6721c4e22db6fd72d786b38546ab /scripts/VyattaQosMatch.pm | |
parent | 1c7e03dc0c52c03e87487985ed5877be4e52134a (diff) | |
download | vyatta-cfg-qos-e956fa4071b05e427b260ee3332ac06afc91dde4.tar.gz vyatta-cfg-qos-e956fa4071b05e427b260ee3332ac06afc91dde4.zip |
rename dsfield to dscp
And add more help text.
Diffstat (limited to 'scripts/VyattaQosMatch.pm')
-rw-r--r-- | scripts/VyattaQosMatch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VyattaQosMatch.pm b/scripts/VyattaQosMatch.pm index 31ddf36..4b2e3fe 100644 --- a/scripts/VyattaQosMatch.pm +++ b/scripts/VyattaQosMatch.pm @@ -36,7 +36,7 @@ sub _define { if ($config->exists("ip")) { my %ip; - $ip{dsfield} = VyattaQosUtil::getDsfield( $config->returnValue("ip dsfield")); + $ip{dsfield} = VyattaQosUtil::getDsfield( $config->returnValue("ip dscp")); $ip{protocol} = VyattaQosUtil::getProtocol($config->returnValue("ip protocol")); $ip{src} = $config->returnValue("ip source address"); $ip{dst} = $config->returnValue("ip destination address"); |