diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-01-30 12:16:54 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-01-30 13:13:46 -0800 |
commit | a4a2575ccf7057ad77ab02a5486a1e7145504ac8 (patch) | |
tree | df8cf3c2cd2527b2212223a6abc770519e1f18d1 /etc | |
parent | aa8ecb694dc85cb67e2c9f7b5fe911888d0310e4 (diff) | |
download | vyatta-cfg-qos-a4a2575ccf7057ad77ab02a5486a1e7145504ac8.tar.gz vyatta-cfg-qos-a4a2575ccf7057ad77ab02a5486a1e7145504ac8.zip |
Fix QoS over ppp interfaces
Bug 3473
Add ppp startup script to apply QoS on start of related
interfaces.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ppp/ip-up.d/20qos | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/ppp/ip-up.d/20qos b/etc/ppp/ip-up.d/20qos new file mode 100644 index 0000000..af5f9c4 --- /dev/null +++ b/etc/ppp/ip-up.d/20qos @@ -0,0 +1,3 @@ +#! /bin/sh + +/opt/vyatta/sbin/vyatta-qos.pl --start-interface $1 |