]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ndp: fix timestamp display output
authorR. Christian McDonald <rcm@rcm.sh>
Tue, 17 Oct 2023 16:57:22 +0000 (18:57 +0200)
committerKristof Provost <kp@FreeBSD.org>
Tue, 17 Oct 2023 17:01:38 +0000 (19:01 +0200)
commit2bb78b46e02413483409fe73244995524b838b6e
treea4e45c7945bdc9bf2bb639e43198230922516163
parent7de582874eb9d08f3f87d11ed9e2b9ce8306db79
ndp: fix timestamp display output

The current xo_format string is incorrect. This restores the display
format prior to libxo-ification work while also explicitly marking
tv_sec and tv_usec as encoded output only.

MFC after: 1 week
Reviewed by: kp
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D42269
usr.sbin/ndp/ndp.c