Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2018 14:01:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 221676] arp: invalid json output from libxo when bridge is present
Message-ID:  <bug-221676-7501-MwVAd6gqsC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221676-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221676-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221676

Phil Shafer <phil@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress

--- Comment #6 from Phil Shafer <phil@freebsd.org> ---
No, this is very much a libxo bug.

I'm looking at the "fmt" to see if it's a numeric format, for example, "%32=
d"
or "%f", but I don't handle the case where it's a fixed value correctly, so=
 the
"{:type/ethernet}" works but "{:type/bridge}" fails, since "e" is a numeric
format type.  I'll add a check to handle this (in xo_format_value()).

Apologies for the issue.

Thanks,
 Phil

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221676-7501-MwVAd6gqsC>