On Wed, Nov 20, 2013 at 04:59:19PM -0800, Ben Pfaff wrote:
> On Wed, Nov 13, 2013 at 01:25:22PM +0900, Simon Horman wrote:
> > Add table config to to struct ofproto and set it
> > when a table mod message is received.
> >
> > This is in preparation for changing the behaviour of the switch
> > base
On Wed, Nov 13, 2013 at 01:25:22PM +0900, Simon Horman wrote:
> Add table config to to struct ofproto and set it
> when a table mod message is received.
>
> This is in preparation for changing the behaviour of the switch
> based on table config.
>
> Cc: Andy Zhou
> Signed-off-by: Simon Horman
Add table config to to struct ofproto and set it
when a table mod message is received.
This is in preparation for changing the behaviour of the switch
based on table config.
Cc: Andy Zhou
Signed-off-by: Simon Horman
---
v2
* Add OVS_EXCLUDED annotation to table_set_config().
This was mistak