Re: [ovs-dev] [PATCH v4 1/1] ovn: Add column enabled to table Logical_Router

2016-04-22 Thread Ben Pfaff
On Mon, Apr 18, 2016 at 04:38:33AM -0400, JunoZhu wrote: > This patch add column "enabled" to table Logical_Router for > setting router administrative state. > > The type of "enabled" is bool. > > If the administrative state is false, delete all the flows > relevant to the logical router from ta

[ovs-dev] [PATCH v4 1/1] ovn: Add column enabled to table Logical_Router

2016-04-18 Thread JunoZhu
This patch add column "enabled" to table Logical_Router for setting router administrative state. The type of "enabled" is bool. If the administrative state is false, delete all the flows relevant to the logical router from table Logical_Flow. Signed-off-by: Na Zhu --- ovn/northd/ovn-northd.8.