Status is different to state and should not be repeated. For example:
eth0 UP aa:bb:cc:dd:ee:ff <BROADCAST,MULTICAST,UP,LOWER_UP>
Clearly nothing looks at this field but it should be correct.
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
if $brief; then
printf '%-16s %-14s %-17s %s\n' \
- "$dev" "$_status" "$_mac" "$_status"
+ "$dev" "$_state" "$_mac" "$_status"
else
echo "${n:-42}: ${dev}: ${_status} ${_opts}"
echo " link/${_type} ${_mac} brd ${_brd}"