blob: f7b308d88f7a73868f31d86300618669d83d659c (
plain)
1
2
3
4
5
6
|
#! /bin/sh
# Pretend we are inside CLI to find configuration varaibles
export VYATTA_ACTIVE_CONFIGURATION_DIR=/opt/vyatta/config/active;
/opt/vyatta/sbin/vyatta-qos.pl --start-interface $1
|