Removed the '--' gateway holder to make it more consistent with the rest of the output.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 3 years ago
parent 7ec4cee143
commit 929544bb90
  1. 2
      tools/anvil-show-local-ips

@ -102,7 +102,7 @@ sub collect_data
}
my $say_is_dg = $default_gateway ? "*" : " ";
my $say_gateway = $gateway ? $gateway.$say_is_dg : "-- ".$say_is_dg;
my $say_gateway = $gateway ? $gateway.$say_is_dg : " ".$say_is_dg;
my $say_tx = $anvil->Convert->bytes_to_human_readable({'bytes' => $tx_bytes});
my $say_rx = $anvil->Convert->bytes_to_human_readable({'bytes' => $rx_bytes});
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => {

Loading…
Cancel
Save