summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/420.status-network
blob: 0d47661f4c17613f6a16caeff5d165cd37e84a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $FreeBSD$
#

if [ -x /usr/bin/netstat ] ; then
    echo ""
    echo "Network interface status:"

    netstat -i
fi
OpenPOWER on IntegriCloud