mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Correct a brain-o in the stats output.
PR: 24839 Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
This commit is contained in:
parent
646bd49ed1
commit
232edd1c88
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79035
@ -142,7 +142,7 @@ bridge_stats() {
|
||||
LINKNUM=`expr ${LINKNUM} + 1`
|
||||
done
|
||||
if [ "${LOCAL_IFACE}" != "" ]; then
|
||||
echo "Local host interface ${ETHER}:"
|
||||
echo "Local host interface ${LOCAL_IFACE}:"
|
||||
bridge_linkstats ${LINKNUM}
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user