= $begin && $i<= $end) $output .= $line . "\n"; $i++; } return $output; } function tinc_status_2() { exec("/usr/local/sbin/tincd --config=/usr/local/etc/tinc -kUSR2"); usleep(500000); exec("/usr/sbin/clog /var/log/tinc.log | sed -e 's/.*tinc\[.*\]: //'",$result); $i=0; foreach($result as $line) { if(preg_match("/Statistics for Generic BSD tun device/",$line)) $begin=$i; if(preg_match("/End of subnet list./",$line)) $end=$i; $i++; } $output=""; $i=0; foreach($result as $line) { if($i >= $begin && $i<= $end) $output .= $line . "\n"; $i++; } return $output; } $shortcut_section = "tinc"; include("head.inc"); ?> "> Connection list:


Virtual network device statistics, all known nodes, edges and subnets: