Hi, I am trying to change the bandwidth allocation for a vnic after it is created. I am using the following command and get an error that the option is missing.
# dladm modify-dev -b 100 -d vnic1 dladm: unrecognized option '-b' I am able to set the bandwidth, when I create the vnic though. Am I missing some thing? Pradeep