[ovs-discuss] Add description to ports

Ben Pfaff blp at nicira.com
Sat May 17 14:10:08 UTC 2014


On Fri, May 16, 2014 at 04:17:23PM -0400, Raghav Sood wrote:
> Is there a way to add description to the ports in a bridge. So, for example
> if I run:
> 
> ovs-vsctl add-port <bridge> <port>
> 
> What option/command will allow me to add port description ?

You can use an external-id, if you like:

ovs-vsctl set port <port> external-ids:description=<description>



More information about the discuss mailing list