Actions
Feature #14201
closedwant string property ranges for mac
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
This is an upstream of https://smartos.org/bugview/OS-3949, a pre-requisite for #13500
From the original Joyent bug:
MAC has a few different types that it uses for property ranges. While it hints that they may exist for strings, it really doesn't. Thus we'd instead like MAC to be able to support them and use them.
Work by Robert Mustacchi
Related issues
Updated by Andy Fiddaman 7 months ago
- Blocks Feature #13500: Want support for overlay networks added
Updated by Andy Fiddaman 6 months ago
Compared to Robert's original work in SmartOS, The mac_propval_str_range_t
is now using a C99 flexible array for its mpur_data
member.
I've done a full gate build, OmniOS userland and OmniOS extra with this change in place.
The extra builds there were to double check there is no fallout from using a C99 flexible array.
Updated by Electric Monk 6 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit a4f54fee7149bd2bebbbb47e47179c8d8873c562
commit a4f54fee7149bd2bebbbb47e47179c8d8873c562 Author: Robert Mustacchi <rm@joyent.com> Date: 2021-11-29T19:05:44.000Z 14201 want string property ranges for mac Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions