From: Thierry Parmentelat Date: Fri, 6 Apr 2012 11:50:13 +0000 (+0200) Subject: display /proc/net/dev in sanity checks X-Git-Tag: bootcd-5.1-1~5 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=d6d2d385736695eecfbaeae13ae6527886432305 display /proc/net/dev in sanity checks --- diff --git a/initscripts/pl_functions b/initscripts/pl_functions index 62740c2..e2d24c1 100644 --- a/initscripts/pl_functions +++ b/initscripts/pl_functions @@ -19,6 +19,8 @@ function pl_network_sanity_checks () { verbose_run_command lsmod verbose_show_message Configured interfaces verbose_run_command ifconfig + verbose_show_message cat /proc/net/dev + verbose_run_command cat /proc/net/dev verbose_show_message Routing table verbose_run_command netstat -rn BOOT_FILE=/usr/boot/boot_server