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>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to