When I use show-linkprop, I see weirdly placed headers in the output:

bash-3.2# dladm show-linkprop
LINK         PROPERTY        PERM VALUE          DEFAULT        POSSIBLE
bge0         speed           r-   1000           1000           -- 
bge0         autopush        --   --             --             -- 
...
bge0         maxbw           rw   --             --             -- 
bge0         cpus            rw   --             --             -- 
bge0         priority        rw   high           high           low,medium,high 
LINK         PROPERTY        PERM VALUE          DEFAULT        POSSIBLE
bge0         tagmode         rw   vlanonly       vlanonly       normal,vlanonly 
bge1         speed           r-   1000           1000           -- 
bge1         autopush        --   --             --             -- 
...
bge1         en_10hdx_cap    r-   0              0              1,0 
bge1         maxbw           rw   --             --             -- 
bge1         cpus            rw   --             --             -- 
LINK         PROPERTY        PERM VALUE          DEFAULT        POSSIBLE
bge1         priority        rw   high           high           low,medium,high 
bge1         tagmode         rw   vlanonly       vlanonly       normal,vlanonly 

There doesn't appear to be any rhyme or reason to their placement, and
they generally get in the way of readability.  At a guess, maybe they're
meant to be at the top of each screen if I pipe the output to a pager,
but it doesn't seem to be the case (it seems to be off by one on each
screen).

This looks like a bug.  Is this a known issue?

-Seb



Reply via email to