Re: [ovs-dev] [PATCH 2/7] ovn-northd.8: Update documentation.

2016-07-02 Thread Ben Pfaff
On Wed, Jun 29, 2016 at 01:17:06AM -0700, Gurucharan Shetty wrote: > When new tables are introduced, it gets a little harder to > track all the different table numbers used in the documentation. > This commit changes some table numbers to names to make it a little > easier to update documentation w

Re: [ovs-dev] [PATCH 2/7] ovn-northd.8: Update documentation.

2016-06-30 Thread Guru Shetty
On 29 June 2016 at 21:08, Zong Kai LI wrote: > > > > - Ingress table 3 prepares flows for possible stateful ACL > processing > > - in table 4. It contains a priority-0 flow that simply moves > > - traffic to table 4. If stateful ACLs are used in the logical > > - datapath, a

Re: [ovs-dev] [PATCH 2/7] ovn-northd.8: Update documentation.

2016-06-29 Thread Zong Kai LI
> > - Ingress table 3 prepares flows for possible stateful ACL processing > - in table 4. It contains a priority-0 flow that simply moves > - traffic to table 4. If stateful ACLs are used in the logical > - datapath, a priority-100 flow is added that sends IP packets to > -

[ovs-dev] [PATCH 2/7] ovn-northd.8: Update documentation.

2016-06-29 Thread Gurucharan Shetty
When new tables are introduced, it gets a little harder to track all the different table numbers used in the documentation. This commit changes some table numbers to names to make it a little easier to update documentation when new tables are introduced in the upcoming commits. Signed-off-by: Guru