#!/bin/sh #---------------------------------------------------------------------------- # /etc/ppp/ip-up010.qos - setup QoS on interface # # Last Update: $Id$ #---------------------------------------------------------------------------- if grep -q "^$real_interface " /var/run/qos.devices 2>/dev/null then echo 'setting up QoS on $real_interface...' qos.sh setup $real_interface fi