> > > On a related note, why don't dladm nor flowadm use > getsubopt() for their > > -p handling (-p <propname>=<propval>,...)? It > looks like there's a > > re-implementation of getsubopt() in libdladm... > Probably just historical. > > -- > meem
Actually it's more complicated than that: getsubopt expects a fixed set of constant option names (e.g.., local=, remote=), whereas the property strings are not a fixed set outside the libraries. -- This message posted from opensolaris.org