[Bug 221676] arp: invalid json output from libxo when bridge is present

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 15 14:01:11 UTC 2018


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

Phil Shafer <phil at freebsd.org> changed:

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

--- Comment #6 from Phil Shafer <phil at 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, "%32d"
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

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


More information about the freebsd-net mailing list