ovs-save is a shell script, using `ovs-ofctl dump-flows br` to write flows
into a file, and then use `ovs-ofctl add-flows br FILE` to add them.

2017-11-24 11:07 GMT+08:00 Sam <[email protected]>:

> Hi all,
>
> I'm working on speed up ovs restart, I found that restore flows is slow
> when there are lots of flows, so I want to use RPC to store flows in
> another process, and then restore from it.
>
> Is there someone who have worked on this? could you share how faster after
> this change? Thank you~
>
> Or is there some other ways to speed up? Thank you~!
>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to