From d6d2d385736695eecfbaeae13ae6527886432305 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 6 Apr 2012 13:50:13 +0200 Subject: [PATCH] display /proc/net/dev in sanity checks --- initscripts/pl_functions | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0