I have several updates to dladm at
http://cr.opensolaris.org/~artem/sowmini-dladmfix/ (thanks Artem, for hosting this webrev, while I wait for access to cr.opensolaris.org myself!) could some folks review this for me please? I'm especially looking for reviews from the Clearview team which is also touching many of these commands. Here are the details of the changes: show-dev [-s] now takes a [-o field,..] argument, and prints its output in columnar fashion (the latter was already fixed in clearview gate) show-linkprop takes the -o argument show-secobj drops the "[-d]" argument but takes the [-o field,..] argument, so that one can get the hex value of the key if dladm is run as root with "-o all" (new) show-ether [-px][-o field,...] is implemented I've left the show-link and show-aggr commands alone because these are being revamped by Clearview, and its hard to do the "-o" until the output is first re-organized in columns. But hopefully the code-reorganization will make it easy to put the -o support for those 2 commands. I've tried to generalize the existing code for wifi, while also borrowing relevant code from Meem's clearview-ipmp gate. --Sowmini
