[Bug 214345] Periodic vlan ID display truncated in daily email

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 12 20:36:18 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214345

Robert Wing <rew at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rew at FreeBSD.org

--- Comment #1 from Robert Wing <rew at FreeBSD.org> ---
Hey Ryan,

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.

-Rob

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list