Fix the output for scope statistics.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2016-08-17 16:56:20 +00:00
parent e0694d2f0a
commit 5ad497eead
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304295

View file

@ -488,8 +488,8 @@ ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
"{N:/global%s}\n");\
break;\
default:\
xo_emit("\t\t{qke:name/%x}{:count/%ju} " \
"addresses scope=%x\n",\
xo_emit("\t\t{qke:name/%#x}{:count/%ju} " \
"{N:/addresses scope=%#x}\n",\
i, (uintmax_t)ip6stat.s, i); \
}\
} while (0);