Display dropped transmit packets in the daily network interface output.
PR: conf/165956 Submitted by: Jeremy Chadwick MFC after: 1 week
This commit is contained in:
parent
05795a78d2
commit
25d56d8dcc
@ -18,9 +18,9 @@ case "$daily_status_network_enable" in
|
|||||||
|
|
||||||
case "$daily_status_network_usedns" in
|
case "$daily_status_network_usedns" in
|
||||||
[Yy][Ee][Ss])
|
[Yy][Ee][Ss])
|
||||||
netstat -i && rc=0 || rc=3;;
|
netstat -id && rc=0 || rc=3;;
|
||||||
*)
|
*)
|
||||||
netstat -in && rc=0 || rc=3;;
|
netstat -idn && rc=0 || rc=3;;
|
||||||
esac;;
|
esac;;
|
||||||
|
|
||||||
*) rc=0;;
|
*) rc=0;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user