ofproto: Add table config to struct ofproto
authorSimon Horman <horms@verge.net.au>
Mon, 16 Dec 2013 08:53:22 +0000 (17:53 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Dec 2013 01:14:04 +0000 (17:14 -0800)
commit67761761a4a49f8af7d04b0e3dd9ae9b0534540c
treed9ccecc8181e9300417dcd1d4d08aeecf2aa8d93
parent77790ca7b1cd2e09676f6330190a83fa5afb0b20
ofproto: Add table config to struct ofproto

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 <azhou@nicira.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-provider.h
ofproto/ofproto.c