jablonka.czprosek.czf

czfcentos

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

Compare with Previous - Blame - Download


#!/bin/bash
echo Content-type: text/plain
echo
echo "Aktualni rpfilter routeru `hostname`"
echo
for i in /proc/sys/net/ipv4/conf/*/rp_filter; do echo -n "$i = "; cat $i; done

Powered by WebSVN 2.2.1