display /proc/net/dev in sanity checks
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 6 Apr 2012 11:50:13 +0000 (13:50 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 6 Apr 2012 11:50:13 +0000 (13:50 +0200)
initscripts/pl_functions

index 62740c2..e2d24c1 100644 (file)
@@ -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