]> 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, 24 Oct 2023 07:45:38 +0000 (09:45 +0200)
commit8bfa084a4bf331b6baf2cc530b9752c4cbe573ad
treeac5705fed19d0a3a499cfc9ba55b8b958d514b71
parent8ca5539ae1e693709553729edd7e34b90d734a85
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

(cherry picked from commit 2bb78b46e02413483409fe73244995524b838b6e)
usr.sbin/ndp/ndp.c