jablonka.czprosek.czf

czfcentos

Subversion Repositories:
[/] [trunk/] [router/] [home/] [www/] [cgi-bin/] [qos.cgi] - Blame information for rev 2

 

Line No. Rev Author Line
12czfcentos#!/bin/bash
2echo Content-type: text/plain
3echo
4echo "Aktualni stav QoSu routeru `hostname`"
5echo
6echo "### IP adresy ###"
7cat /etc/qos/ip_adresy
8echo
9echo "### QoS tridy ###"
10/etc/qos/qosshow eth0
11/etc/qos/qosshow ath0
12/etc/qos/qosshow ath1
13/etc/qos/qosshow ath2
14/etc/qos/qosshow ath3
15 

Powered by WebSVN 2.2.1