https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163572
--- Comment #3 from Robert Wing <r...@freebsd.org> --- (In reply to kes-kes from comment #0) Hey kes-kes, I'll copy my comment from the duplicate bug to here: The periodic script that reports interface status information proxies to netstat(1). You can customize the output by setting the variable `daily_status_network_netstat_flags` in /etc/periodic.conf. This variable is documented in the man page for periodic.conf(5) By default, netstat(1) truncates interface names, so you'd want to put the following in /etc/periodic.conf to prevent netstat from truncating the names: daily_status_network_netstat_flags='-W' Perhaps this should be the default behavior. There's patch on phabricator: https://reviews.freebsd.org/D26023 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"