secchan: Flush datapath flow table when initializing the switch.
authorBen Pfaff <blp@nicira.com>
Thu, 5 Mar 2009 01:32:53 +0000 (17:32 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Mar 2009 01:34:50 +0000 (17:34 -0800)
commitcd4dabfa51cd1e846b208db1554c560ba8816e8f
tree5a58570e4a48bf3fb43529f9b296dc65633b5202
parentb3d1ef4e0a94466d72f55808e6ef314596ddffc4
secchan: Flush datapath flow table when initializing the switch.

The switch can't recover the entire OpenFlow state from the datapath, so
it has the choice of either guessing at some missing information (which
seems undesirable) or just flushing the table.  The latter is easier, so
do that.
secchan/ofproto.c