[ovs-discuss] Is it possible deleting all bridges on ovs using a command?

Justin Pettit jpettit at ovn.org
Thu Aug 11 16:18:16 UTC 2016


> On Aug 11, 2016, at 6:08 AM, Taekho Nam <thnam at smartx.kr> wrote:
> 
> Dear All,
> 
> Hi, I'm a student from Korea.
> I'm implementing a simple application using Open vSwich.
> So, I need a command to delete all bridges at one time.
> 
> If you know how to do it, Please let me know it.

You could pretty easily do it with a shell script running "ovs-vsctl list-br" and "ovs-vsctl del-br".  I suppose you could run a lower-level command like "ovs-vsctl clear" to do it in one shot.

--Justin





More information about the discuss mailing list