I am extending the D-Link record to also have some trivial information about the OS.
Motivation and Context
A downstream consumer of wwwauth is unable to work with records that have only information about HW. At least trivial information about the os.vendor is needed.
How Has This Been Tested?
I am intentionally leaving the hw.product in place, so that the implementation is backward compatible.
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] I have updated the documentation accordingly (or changes are not required).
[ ] I have added tests to cover my changes (or new tests are not required).
Description
I am extending the D-Link record to also have some trivial information about the OS.
Motivation and Context
A downstream consumer of wwwauth is unable to work with records that have only information about HW. At least trivial information about the os.vendor is needed.
How Has This Been Tested?
I am intentionally leaving the
hw.product
in place, so that the implementation is backward compatible.Types of changes
Checklist: