jablonka.czprosek.czf

czfcentos

Subversion Repositories:
[/] [trunk/] [router/] [home/] [www/] [cgi-bin/] [qos.cgi] - Rev 2

Compare with Previous - Blame - Download


#!/bin/bash
echo Content-type: text/plain
echo
echo "Aktualni stav QoSu routeru `hostname`"
echo
echo "### IP adresy ###"
cat /etc/qos/ip_adresy
echo
echo "### QoS tridy ###"
/etc/qos/qosshow eth0
/etc/qos/qosshow ath0
/etc/qos/qosshow ath1
/etc/qos/qosshow ath2
/etc/qos/qosshow ath3


Powered by WebSVN 2.2.1