search for: do_create_vn

Displaying 1 result from an estimated 1 matches for "do_create_vn".

Did you mean: do_create_vlan
2009 Apr 10
13
property parsing in dladm
...tab at 6601421 dladm set-linkprop should support multiple -p options along with some related linkprop fixes, but when I looked into dladm.c, was surprised to find that "dladm_parse_props()" is called from do_create_aggr and do_create_vlan in addition to the expected (by me, at least) do_create_vnic *linkprop functions. What happened here? Why do we pass in property lists for aggr and vlan creation? Even more confusing is the fact that the dladm usage string (emitted when one types dladm with no args) does not have any hint of the -p option for vlans and aggrs. At least that, needs to be...