> dladm/libdladm already has the infra-structure to accomodate array > input of the form: > > #/sbin/dladm set-linkprop -p <prop>=<val1>,<val2>,<val3>,...,<valn> > > where property <prop> is assigned an array of values <val1>,...<valn>. > Would this be sufficient for the UI? > > I think there's also the capability of handling input from files for > some wifi properties. Not sure how the UI is interfacing to that > feature?
Right now, we only support reading from a file for create-secobj, not for set-linkprop. Adding that support to set-linkprop is straightforward from a code standpoint but pushes the link property abstraction into service as a general kernel data input mechanism, which was not its intended purpose. -- meem _______________________________________________ networking-discuss mailing list [email protected]
