[Bug 217317] [patch] ifconfig extend printwpsie() to display more WPS attributes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 20 00:55:33 UTC 2019


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

Oleksandr Tymoshenko <gonzo at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Assignee|bugs at FreeBSD.org            |gonzo at FreeBSD.org
             Status|New                         |Closed
                 CC|                            |gonzo at FreeBSD.org

--- Comment #2 from Oleksandr Tymoshenko <gonzo at FreeBSD.org> ---
Thanks for submitting the patch. I did some modifications and committed it to
the repo.

Changes from the original patch:

- Removed nested <> from the fields that can't contain spaces, like vendor ID.
Nested <> makes output harder to parse
- Changed string attributes format from "%*s" to "%.*s", the former ignores
length and prints garbage at the end of the value. 
- Added SPDX tag to the new header

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


More information about the freebsd-bugs mailing list