diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 14:37:18 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 14:37:18 -0700 |
commit | ff5d01eb64f28caea37aff39c7d4c23d1c6a1325 (patch) | |
tree | c3b1348cd35d97d8308f99ca93d01c3580e77bfb /scripts | |
parent | e475a086f6b53d8bb57117d1ef1ea00d72fa9dba (diff) | |
download | vyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.tar.gz vyatta-cfg-qos-ff5d01eb64f28caea37aff39c7d4c23d1c6a1325.zip |
Install PPP qos script properly
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ppp/qos | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ppp/qos b/scripts/ppp/qos new file mode 100755 index 0000000..af5f9c4 --- /dev/null +++ b/scripts/ppp/qos @@ -0,0 +1,3 @@ +#! /bin/sh + +/opt/vyatta/sbin/vyatta-qos.pl --start-interface $1 |